Opened 9 years ago

Closed 9 years ago

#9300 closed Bugs (fixed)

random_access_iterator_property_map does not exist (Boost Graph Library)

Reported by: anonymous Owned by: Jeremiah Willcock
Milestone: To Be Determined Component: graph
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

The current documentation for the Boost Graph Library mentions the use of random_access_iterator_property_map (See http://www.boost.org/doc/libs/1_54_0/libs/graph/doc/using_property_maps.html#sec:exterior-properties for example, I don't know if there are other locations it is also mentioned.)

A mailing list post *from 10 years ago* notes that the name has been changed. http://lists.boost.org/Archives/boost/2003/01/42976.php

That name change has not made it into the documentation yet.

It also hasn't made it to boost/graph/detail/self_avoiding_walk.hpp, which is the only thing that comes up when grepping the source code for random_access_iterator_property_map

Change History (2)

comment:1 by viboes, 9 years ago

Component: Documentationgraph
Owner: changed from Matias Capeletto to Jeremiah Willcock

comment:2 by Jeremiah Willcock, 9 years ago

Resolution: fixed
Status: newclosed

(In [86456]) Changed random_access_iterator_property_map to iterator_property_map in documentation; fixes #9300

Note: See TracTickets for help on using tickets.