
21 Oct
2010
21 Oct
'10
2:22 p.m.
Mathias Gaunard <mathias.gaunard <at> ens-lyon.org> writes:
On 21/10/10 09:39, dariomt <at> gmail.com wrote:
Hi all,
I need a tree-like structure like the following
boost::variant< int, std::vector<tree>, std::map<std::string, tree> > tree;
boost::make_recursive_variant< int, std::vector< boost::recursive_variant_ >, std::map< std::string, boost::recursive_variant_ >
::type tree;
*blush* It was right there, if I only had read the docs to the end... Thanks a lot!