Hi,

I noticed that there's a Google SOC 2006 library called Boost.Tree, which has an nary_tree implementation in it. However, I'm finding that this code does not compile at all. Are there any containers in boost (or perhaps elsewhere) that support tree structures with any number of children?

Thanks.