
1 Jan
2010
1 Jan
'10
12:30 p.m.
OK, since folks keep asking for it, bcp will now do namespace renaming, the two new options are:
--namespace=newname
Renames namespace boost to "newname" in all the source files copied.
There are a few places where another namespace is used. A quick search found boost_asio_handler_alloc_helpers, boost_concepts (in the iterator library), boost_optional_detail, boost_132 (in serialization) and boost_swap_impl. Will that be a problem?
Sigh... probably :-( Is that a complete list of all the top level namespaces? If not, any ideas on how to quickly produce one? Thanks, John.