Boost C++ Libraries: Ticket #3816: Non-boost top level namespace https://svn.boost.org/trac10/ticket/3816 <p> File boost\graph\detail\array_binary_tree.hpp contains the top level namespace "adstl". Should this not be placed within namespace boost? </p> <p> John. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3816 Trac 1.4.3 Andrew Sutton Mon, 15 Mar 2010 11:23:49 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3816#comment:1 https://svn.boost.org/trac10/ticket/3816#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> Moved array_binary_tree (and friends) into the boost top-level namespace. Updated pending/mutable_queue w.r.t. the change. </p> <p> This change breaks source compatibility with code explicitly using adstl::array_binary_code, which nobody should. </p> Ticket