30 Aug
2009
30 Aug
'09
5:40 p.m.
Well, how would I declare std::vector? std::vector<what>? Using boost::any will require me to do some sort of type discovery at run time. Thanks for pointing the boost::variant to me; that will work. What would be a _proper_ way to design a templated class so it can be stored in a (boost) container?