Re: [boost] BGL: random_access_iterator_property_map missing?

2003-01-24 Thread Jeremy Siek

That's right. The name changed. Sorry!

On Sat, 4 Jan 2003, Douglas Gregor wrote:

gregod> On Saturday 04 January 2003 11:53 am, Vladimir Prus wrote:
gregod> > I was just going to use the class named in the subject. Unfortunately,
gregod> > it can't be found anywhere. Here what grep on an up-to-date CVS tree gives:
gregod>
gregod> You probably want "iterator_property_map", which takes a RandomAccessIterator
gregod> and is used throughout the BGL. Maybe it was once called
gregod> "random_access_iterator_property_map"?
gregod>
gregod> Doug
gregod>
gregod>
gregod> ___
gregod> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
gregod>

--
 Jeremy Siek  http://php.indiana.edu/~jsiek/
 Ph.D. Student, Indiana Univ. B'ton   email: [EMAIL PROTECTED]
 C++ Booster (http://www.boost.org)   office phone: (812) 855-3608
--

___
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost



Re: [boost] BGL: random_access_iterator_property_map missing?

2003-01-05 Thread Vladimir Prus
Douglas Gregor wrote:

On Saturday 04 January 2003 11:53 am, Vladimir Prus wrote:


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:



You probably want "iterator_property_map", which takes a RandomAccessIterator 
and is used throughout the BGL. Maybe it was once called 
"random_access_iterator_property_map"?

Thanks, Doug, that's what I was looking for. And docs really call
it "random_access_iterator_property_map" (in 
libs/graph/doc/using_property_maps.html). I wonder if Jeremy's around
to fix that.

- Volodya

___
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


Re: [boost] BGL: random_access_iterator_property_map missing?

2003-01-04 Thread Douglas Gregor
On Saturday 04 January 2003 11:53 am, Vladimir Prus wrote:
> 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:

You probably want "iterator_property_map", which takes a RandomAccessIterator 
and is used throughout the BGL. Maybe it was once called 
"random_access_iterator_property_map"?

Doug


___
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost



[boost] BGL: random_access_iterator_property_map missing?

2003-01-04 Thread Vladimir Prus

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,
boost/graph/detail/self_avoiding_walk.hpp:HList, 
random_access_iterator_property_map >
boost/graph/detail/self_avoiding_walk.hpp:typedef 
random_access_iterator_property_map TriD;
boost/graph/detail/self_avoiding_walk.hpp:typedef 
random_access_iterator_property_map IterD;
libs/graph/doc/using_property_maps.html:random_access_iterator_property_map. 
This
libs/graph/doc/using_property_maps.html:how the 
random_access_iterator_property_map
libs/graph/doc/using_property_maps.html: 
boost::random_access_iterator_property_map
libs/graph/doc/using_property_maps.html:random_access_iterator_property_map 
with an ID
libs/graph/doc/using_property_maps.html:random_access_iterator_property_map 
class
libs/graph/doc/using_property_maps.html:random_access_iterator_property_map 
class
libs/graph/doc/using_property_maps.html:random_access_iterator_property_map 
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


___
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost