
13 Oct
2009
13 Oct
'09
6:40 p.m.
And also a `namespace protected_` if there are useful things to put there ?
That one doesn't make any sense to me.
An example would be a namespace containing templates to be specialized to make a lib support new types. Most users won't want to sip in them names when they say `using namespace thelib` so it's not public; it's not private either... J-L