
30 Oct
2006
30 Oct
'06
7:23 p.m.
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 :)
For C++-0 the parts adopted by the standard are moved directly into namespace std. They are also likely to be updated with support for concepts and rvalue referecences (move semantics / perfect forwarding) and we may even see varaidic templates in the function interface. Note that Special Math functions did not make it past full committee, and the Random Numbers Library has expanded and simplified at the same time - so the TR1 implementation has done a good job of testing the waters, but we will have a stronger library in the standard. -- AlisdairM