Boost logo

Boost :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-01-04 11:53:51


I was just going to use the class named in the subject. Unfortunately,
it can't be found anywhere. Here what grep on an up-to-date CVS tree gives:

boost/graph/detail/self_avoiding_walk.hpp: SAW_visitor<
random_access_iterator_property_map<Tri*,Tri,Tri&>,
boost/graph/detail/self_avoiding_walk.hpp: HList,
random_access_iterator_property_map<Iter*,Iter,Iter&> >
boost/graph/detail/self_avoiding_walk.hpp: typedef
random_access_iterator_property_map<Tri*,Tri,Tri&> TriD;
boost/graph/detail/self_avoiding_walk.hpp: typedef
random_access_iterator_property_map<Iter*,Iter,Iter&> IterD;
libs/graph/doc/using_property_maps.html:<TT>random_access_iterator_property_map</TT>.
This
libs/graph/doc/using_property_maps.html:how the
<TT>random_access_iterator_property_map</TT>
libs/graph/doc/using_property_maps.html:
boost::random_access_iterator_property_map
libs/graph/doc/using_property_maps.html:<TT>random_access_iterator_property_map</TT>
with an ID
libs/graph/doc/using_property_maps.html:<TT>random_access_iterator_property_map</TT>
class
libs/graph/doc/using_property_maps.html:<TT>random_access_iterator_property_map</TT>
class
libs/graph/doc/using_property_maps.html:<TT>random_access_iterator_property_map</TT>
in the

You see, it's mentioned in the docs and used once in sources, but there's no
definition. Can it be fixed?

- Volodya


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk