28 Aug
2007
28 Aug
'07
8:04 a.m.
On 8/27/07, Ronald Garcia
I'm not absolutely sure, but you might be able to pass along a boost::dummy_property_map (defined in boost/property_map.hpp) as the property map for node_id. That map will not store any information.
No dice: error: invalid use of void expression
If you don't care about any properties, and you are using Boost from the svn repository, then you can construct your dynamic_properties object with the argument '&boost::ignore_other_properties' and it will not complain about any properties.
I'm a little leary of trying the svn version, especially if there's undocumented changes to the library. What's your experience? -- Sam Peterson peabody@freeshell.org peabodyenator@gmail.com