Boost C++ Libraries: Ticket #9300: random_access_iterator_property_map does not exist (Boost Graph Library) https://svn.boost.org/trac10/ticket/9300 <p> The current documentation for the Boost Graph Library mentions the use of random_access_iterator_property_map (See <a href="http://www.boost.org/doc/libs/1_54_0/libs/graph/doc/using_property_maps.html#sec:exterior-properties">http://www.boost.org/doc/libs/1_54_0/libs/graph/doc/using_property_maps.html#sec:exterior-properties</a> for example, I don't know if there are other locations it is also mentioned.) </p> <p> A mailing list post *from 10 years ago* notes that the name has been changed. <a class="ext-link" href="http://lists.boost.org/Archives/boost/2003/01/42976.php"><span class="icon">​</span>http://lists.boost.org/Archives/boost/2003/01/42976.php</a> </p> <p> That name change has not made it into the documentation yet. </p> <p> 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 </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9300 Trac 1.4.3 viboes Sat, 26 Oct 2013 15:20:10 GMT owner, component changed https://svn.boost.org/trac10/ticket/9300#comment:1 https://svn.boost.org/trac10/ticket/9300#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Jeremiah Willcock</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">graph</span> </li> </ul> Ticket Jeremiah Willcock Sat, 26 Oct 2013 15:30:10 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9300#comment:2 https://svn.boost.org/trac10/ticket/9300#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/86456" title="Changed random_access_iterator_property_map to iterator_property_map ...">[86456]</a>) Changed random_access_iterator_property_map to iterator_property_map in documentation; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/9300" title="#9300: Bugs: random_access_iterator_property_map does not exist (Boost Graph Library) (closed: fixed)">#9300</a> </p> Ticket