
15 Jan
2008
15 Jan
'08
9:31 p.m.
dan marsden wrote: [snip]
I'm posting an early version of a library for manipulating hierarchical data structures, for example the parse trees that are produced by Spirit2. The library enables traversals, and local modifications of complex data structures, without the need to implement large amounts of repetitive traversal code.
Is there any reason why this couldn't replace visit_each: http://www.boost.org/doc/html/boost/visit_each.html ?