Boost C++ Libraries: Ticket #3817: non-boost top level namespace https://svn.boost.org/trac10/ticket/3817 <p> In file boost\property_tree\detail\rapidxml.hpp shouldn't the top level namespace "rapidxml" be moved inside namespace boost? </p> <p> Placed where it is, it makes it much harder to rename the boost namespace (in bcp). </p> <p> Cheers, John. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3817 Trac 1.4.3 Sebastian Redl Wed, 17 Feb 2010 18:10:48 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3817#comment:1 https://svn.boost.org/trac10/ticket/3817#comment:1 <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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/59737" title="RapidXML is in PropertyTree as an implementation detail and should be ...">[59737]</a>) RapidXML is in <a class="missing wiki">PropertyTree</a> as an implementation detail and should be treated as such, so prefix macros and put the namespace into ptree's detail namespace. Fixes bug 3817. </p> Ticket