From: John Maddock (john_at_[hidden])
Date: 2006-10-30 09:08:12


Janek Kozicki wrote:
> Anybody knows whether once TR1 becomes the standard, will it reside
> in std:: namespace or in tr1:: namespace ?
>
> Asking just out of curiosity :)

Currently it's std::tr1, while the parts that have been folded into the
working draft of the next std are in namespace std.

John.