Boost C++ Libraries: Ticket #1188: extra semicolon https://svn.boost.org/trac10/ticket/1188 <p> BOOST_TYPEOF_NESTED_TYPEDEF_TPL adds an extra semicolon. This is technically illegal and generates warnings on some compilers. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1188 Trac 1.4.3 Steven Watanabe Fri, 17 Aug 2007 17:40:02 GMT <link>https://svn.boost.org/trac10/ticket/1188#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1188#comment:1</guid> <description> <p> I should add that the semicolons I am referring to are not the ones at the end. As long as users know about those they can avoid warnings. The problem is that there is a double semicolon at typeof_impl.hpp line 121 </p> <blockquote> <p> BOOST_TYPEOF_FRACTIONTYPE();\ </p> </blockquote> <p> and online 136 # define BOOST_TYPEOF_NESTED_TYPEDEF_TPL(name,expr) BOOST_TYPEOF_NESTED_TYPEDEF(name,expr); </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Peder Holt</dc:creator> <pubDate>Mon, 20 Aug 2007 06:53:33 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/1188#comment:2 https://svn.boost.org/trac10/ticket/1188#comment:2 <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> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.35.0</span> </li> </ul> <p> Thanks for the extra comment. This is now solved. </p> Ticket