
12 Nov
2008
12 Nov
'08
8:55 a.m.
On Wed, Nov 12, 2008 at 11:32:39AM +0300, Sergey Sadovnikov wrote:
By the way when C++0x will be committed and std::tr1 namespace will be merged with std namespace a lot of code will become uncompilable because of both std and boost namespaces exposed into global or local scope.
IMHO that's why namespace was invented, and why using-directive is not recommended, if not forbidden.