Boost C++ Libraries: Ticket #10054: [gil] Duplicate typedef in pnm's scanline_read.hpp https://svn.boost.org/trac10/ticket/10054 <p> At the top of the “scanline_reader” template in boost/gil/extension/io/formats/pnm/scanline_read.hpp the are the following lines of code: </p> <pre class="wiki">… private: typedef scanline_reader&lt; Device , pnm_tag &gt; this_t; public: typedef pnm_tag tag_t; typedef reader_backend &lt; Device, tag_t &gt; backend_t; typedef scanline_reader&lt; Device, tag_t &gt; this_t; … </pre><p> This typdefs this_t twice, preventing compilation (using clang of Apple Xcode 5.1). Removing the first typedef fixes this problem. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10054 Trac 1.4.3 Mateusz Loskot Thu, 16 Feb 2017 10:52:48 GMT cc set https://svn.boost.org/trac10/ticket/10054#comment:1 https://svn.boost.org/trac10/ticket/10054#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">mateusz@…</span> added </li> </ul> Ticket Stefan Seefeld Sat, 01 Jul 2017 21:16:41 GMT owner changed https://svn.boost.org/trac10/ticket/10054#comment:2 https://svn.boost.org/trac10/ticket/10054#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Hailin Jin</span> to <span class="trac-author">Stefan Seefeld</span> </li> </ul> Ticket Mateusz Loskot Thu, 23 Aug 2018 14:12:21 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10054#comment:3 https://svn.boost.org/trac10/ticket/10054#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <blockquote> <p> GIL in Boost 1.68 delivers completely re-implemented I/O extensions. The new version does not include the duplicate definition, so the issue should be gone now. </p> </blockquote> <p> Closing as fixed. </p> <p> <a class="missing wiki">GitHub</a> ref: <a class="ext-link" href="https://github.com/boostorg/gil/projects/4#card-12375873"><span class="icon">​</span>https://github.com/boostorg/gil/projects/4#card-12375873</a> </p> Ticket Mateusz Loskot Thu, 23 Aug 2018 14:13:39 GMT milestone changed https://svn.boost.org/trac10/ticket/10054#comment:4 https://svn.boost.org/trac10/ticket/10054#comment:4 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.68.0</span> </li> </ul> Ticket