|
Boost : |
From: Maik Beckmann (beckmann.maik_at_[hidden])
Date: 2008-05-18 19:47:29
Ah, this works too, for the same reason:
struct node
{
boost::recursive_wrapper<std::vector<node> > children;
};
and is my personal favorite.
-- Maik
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk