Opened 10 years ago
Closed 10 years ago
#6993 closed Bugs (fixed)
[graph] typo Bundled Properties document
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.49.0 | Severity: | Problem |
Keywords: | Cc: |
Description
http://www.boost.org/doc/libs/1_49_0/libs/graph/doc/bundles.html
boost::property<boost::edge_length_t, double,
should be
boost::property<boost::edge_weight_t, double> >,
Note:
See TracTickets
for help on using tickets.
(In [79010]) Fixed property name as per #6993; fixes #6993