Subject: Re: [boost] bcp update #2: namespace renaming
From: John Maddock (john_at_[hidden])
Date: 2010-01-01 07:30:43


>> 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.