
21 Oct
2010
21 Oct
'10
10:37 a.m.
On 21/10/10 09:39, dariomt@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;