
15 May
2007
15 May
'07
10:59 a.m.
On 05/15/2007 04:45 AM, remi.chateauneu@gmx.de wrote: [snip]
... generating a container of : std::pair< const std::type_info *, boost::any >
But boost::any::type() returns std::type_info const&: http://www.boost.org/doc/html/boost/any.html#id717459-bb wouldn't that make the above pair contain redundant information? [snip]