
5 May
2015
5 May
'15
3:34 p.m.
I read your post and poked around a little in your repo and didn't find the answer to what to me is an obvious question. If I have a need for this - and I have in the past, I've just used #include <vector> #include <boost/variant.hpp> std::vector< boost::variant<type1, type2, ...>
my_collection;
How is what you propose better than this? How is it different? Robert Ramey -- View this message in context: http://boost.2283326.n4.nabble.com/Interest-in-a-container-which-can-hold-mu... Sent from the Boost - Dev mailing list archive at Nabble.com.