Boost C++ Libraries: Ticket #5410: [BGL] small documentation error https://svn.boost.org/trac10/ticket/5410 <p> In the chapter about 'Bundled Properties', an example is made with Highway. It has a member 'double miles'. </p> <p> Later on: "The type of the returned property map is property_map&lt;Map, int Highway::*&gt;::type..." </p> <p> However this gives a compile error. Probably meant 'property_map&lt;Map, double Highway::*&gt;' </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5410 Trac 1.4.3 Jeremiah Willcock Sat, 02 Apr 2011 18:43:06 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5410#comment:1 https://svn.boost.org/trac10/ticket/5410#comment:1 <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/70875" title="Fixed types in bundled property docs; fixes #5410">[70875]</a>) Fixed types in bundled property docs; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5410" title="#5410: Bugs: [BGL] small documentation error (closed: fixed)">#5410</a> </p> Ticket