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