Boost C++ Libraries: Ticket #4192: Double 'using' declaration in mpi https://svn.boost.org/trac10/ticket/4192 <p> The attached simple patch to libs/mpi/test/broadcast_test.cpp removes a double 'using' declaration in an mpi test. This breaks comeau and clang. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4192 Trac 1.4.3 Chris Jefferson Wed, 05 May 2010 15:26:00 GMT attachment set https://svn.boost.org/trac10/ticket/4192 https://svn.boost.org/trac10/ticket/4192 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">broadcast_test.patch</span> </li> </ul> <p> Broardcast.cpp patch, removing double 'using' </p> Ticket Steven Watanabe Thu, 06 May 2010 02:31:35 GMT component changed; owner set https://svn.boost.org/trac10/ticket/4192#comment:1 https://svn.boost.org/trac10/ticket/4192#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Douglas Gregor</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">mpi</span> </li> </ul> Ticket Steven Watanabe Sun, 09 May 2010 20:39:21 GMT <link>https://svn.boost.org/trac10/ticket/4192#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4192#comment:2</guid> <description> <p> This code is okay, but the extra using declaration should still be removed for the sake of cleanliness. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Noel Belcourt</dc:creator> <pubDate>Tue, 08 Jun 2010 02:04:13 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4192#comment:3 https://svn.boost.org/trac10/ticket/4192#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> <p> Tested attached patch on Mac and Linux, and committed. </p> Ticket