Opened 12 years ago
Closed 12 years ago
#5410 closed Bugs (fixed)
[BGL] small documentation error
Reported by: | 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::*>'
Note:
See TracTickets
for help on using tickets.
(In [70875]) Fixed types in bundled property docs; fixes #5410