Opened 12 years ago

Closed 12 years ago

#5410 closed Bugs (fixed)

[BGL] small documentation error

Reported by: gast128@… Owned by: Andrew Sutton
Milestone: To Be Determined Component: graph
Version: Boost 1.47.0 Severity: Cosmetic
Keywords: Cc:

Description

In the chapter about 'Bundled Properties', an example is made with Highway. It has a member 'double miles'.

Later on: "The type of the returned property map is property_map<Map, int Highway::*>::type..."

However this gives a compile error. Probably meant 'property_map<Map, double Highway::*>'

Change History (1)

comment:1 by Jeremiah Willcock, 12 years ago

Resolution: fixed
Status: newclosed

(In [70875]) Fixed types in bundled property docs; fixes #5410

Note: See TracTickets for help on using tickets.