Boost C++ Libraries: Ticket #5235: uuid unneccasary test header upsets clang https://svn.boost.org/trac10/ticket/5235 <p> uuid has a test header called "lightweight_test_ex.hpp", which defines test_ne_impl. I assume this was an extension to the boost lightweight_test, but now it is in lightweight_test.hpp. </p> <p> This makes the header unnecessary, but further clang (correctly) rejects the fact that test_ne_impl is defined twice. </p> <p> This patch removes the header, and references to it. This fixes clang, and doesn't break g++ (I didn't test any other compilers, but I can't see why the would have a problem). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5235 Trac 1.4.3 Chris Jefferson Sat, 26 Feb 2011 12:32:01 GMT attachment set https://svn.boost.org/trac10/ticket/5235 https://svn.boost.org/trac10/ticket/5235 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">uuid_test.patch</span> </li> </ul> <p> Corrected patch for uuid testsuite </p> Ticket Chris Jefferson Sat, 26 Feb 2011 12:32:41 GMT <link>https://svn.boost.org/trac10/ticket/5235#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5235#comment:1</guid> <description> <p> First patch deleted wrong file, sorry. This one is correct. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andy Tompkins</dc:creator> <pubDate>Sat, 05 Mar 2011 23:55:29 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5235#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5235#comment:2</guid> <description> <p> Committed to trunk. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andy Tompkins</dc:creator> <pubDate>Mon, 30 May 2011 00:44:06 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5235#comment:3 https://svn.boost.org/trac10/ticket/5235#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> Ticket