
13 Dec
2008
13 Dec
'08
2:46 a.m.
http://www.boost.org/doc/libs/1_37_0/libs/property_map/iterator_property_map...
typedef boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, boost::no_plugin, boost::plugin<boost::id_tag, std::size_t> > Graph;
I cannot find boost::plugin and boost::id_tag.
Any idea, please ?
Not in the least. It doesn't look like no_plugin is defined anywhere in the boost trunk, so I'm guessing the example has just become extremely stale. I would address this, but I don't know if I should. I'm only maintaining the graph library. Between this and your other post - do you have a specific question about property maps? Andrew Sutton andrew.n.sutton@gmail.com