Vector types in dynamic_properties used by write_graphml

He Folks,
I'm using bundled properties in order to attach multiple attributes
to graph nodes. Using only basic data types like integers, strings
etc. the following example code works well. However I would like
to also use vectors or similar containers (like in the example about
bundled properties at
http://www.boost.org/doc/libs/1_39_0/libs/graph/doc/bundles.html).
However I don't know how to use this field for my dynamic_property map.
In the following code the single commented-out line is the point where
I most probably didn't understand some kind of vital concept.
Maybe you could enlighten me or at least point me in the right direction,
thanks in advance
Richard Vock
---
Here's the example code:
#include <iostream>
#include
participants (1)
-
Richard Vock