Opened 13 years ago
Closed 13 years ago
#3817 closed Bugs (fixed)
non-boost top level namespace
Reported by: | John Maddock | Owned by: | Sebastian Redl |
---|---|---|---|
Milestone: | Boost 1.42.0 | Component: | property_tree |
Version: | Boost 1.41.0 | Severity: | Problem |
Keywords: | Cc: |
Description
In file boost\property_tree\detail\rapidxml.hpp shouldn't the top level namespace "rapidxml" be moved inside namespace boost?
Placed where it is, it makes it much harder to rename the boost namespace (in bcp).
Cheers, John.
Note:
See TracTickets
for help on using tickets.
(In [59737]) RapidXML is in PropertyTree 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.