
1 Dec
2011
1 Dec
'11
11:37 p.m.
On 1 December 2011 17:05, Edward Diener <eldiener@tropicsoft.com> wrote:
An end-user can always change that via the 'using namespace someNamespace' or 'using someNamespace::someElement' when he desires.
Not strictly true, as you can't do it* when you are declaring something in a header. This makes things like Boost.Multiindex a bit unwieldy. *Well, technically you can do that in a header too, but most sane coding guidelines discourage it, for the same reasons we don't want everything in the top level boost namespace. -- Nevin ":-)" Liber <mailto:nevin@eviloverlord.com> (847) 691-1404