
17 Jan
2009
17 Jan
'09
6:26 p.m.
----- Original Message ----- From: "Andrey Semashev" <andrey.semashev@gmail.com> To: <boost@lists.boost.org> Sent: Saturday, January 17, 2009 7:13 PM Subject: [boost] [any] Will it be in C++0x?
Suddenly, it occurred to me that STL does not provide an instrument for dynamic typed variables (or variants). I didn't see such a tool in TR1 either. So, are there any plans to include such a tool in C++0x? Boost.Any seems to me a very simple, yet very useful example of utility of that kind. It would be great if STL provided a similar instrument out of box.
I think it is proposed for TR2 Vicente