Opened 13 years ago
Closed 13 years ago
#3816 closed Bugs (fixed)
Non-boost top level namespace
Reported by: | John Maddock | Owned by: | Andrew Sutton |
---|---|---|---|
Milestone: | Boost 1.42.0 | Component: | graph |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
File boost\graph\detail\array_binary_tree.hpp contains the top level namespace "adstl". Should this not be placed within namespace boost?
John.
Note:
See TracTickets
for help on using tickets.
Moved array_binary_tree (and friends) into the boost top-level namespace. Updated pending/mutable_queue w.r.t. the change.
This change breaks source compatibility with code explicitly using adstl::array_binary_code, which nobody should.