Boost C++ Libraries: Ticket #8847: [PATCH] Uses of BOOST_CONCEPT_ASSERT_FN warn with recent GCC https://svn.boost.org/trac10/ticket/8847 <p> This is related to <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7242" title="#7242: Bugs: GCC 4.8 warns unused local typedef (closed: fixed)">#7242</a> (GCC 4.8 warns unused local typedef). The cause and solution are the same as there. I wonder whether it would be appropriate to just use the BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE from Boost.<a class="missing wiki">StaticAssert</a>. The header file is fairly small and doesn't appear to have external dependencies (apart from the really core stuff), and the intention is identical to what we need in Boost.<a class="missing wiki">ConceptCheck</a>. Anyway, that's what I implemented here. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8847 Trac 1.4.3 pmachata@… Thu, 18 Jul 2013 13:35:34 GMT attachment set https://svn.boost.org/trac10/ticket/8847 https://svn.boost.org/trac10/ticket/8847 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-1.54.0-concept-unused_typedef.patch</span> </li> </ul> <p> A fix </p> Ticket pmachata@… Thu, 18 Jul 2013 13:37:27 GMT <link>https://svn.boost.org/trac10/ticket/8847#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8847#comment:1</guid> <description> <p> (To verify the patch I ran Boost.Range test suite, as there's nothing directly for Boost.<a class="missing wiki">ConceptCheck</a>. That passed.) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>acharles</dc:creator> <pubDate>Tue, 18 Feb 2014 12:05:02 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/8847#comment:2 https://svn.boost.org/trac10/ticket/8847#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">jsiek</span> to <span class="trac-author">acharles</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket acharles Tue, 18 Feb 2014 12:06:17 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8847#comment:3 https://svn.boost.org/trac10/ticket/8847#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> Duplicate of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9415" title="#9415: Bugs: -Wunused-local-typedef with gcc 4.8.1 (closed: fixed)">#9415</a> </p> Ticket