Opened 10 years ago

Closed 10 years ago

#6993 closed Bugs (fixed)

[graph] typo Bundled Properties document

Reported by: Akira Takahashi <faithandbrave@…> 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> >,

Change History (1)

comment:1 by Jeremiah Willcock, 10 years ago

Resolution: fixed
Status: newclosed

(In [79010]) Fixed property name as per #6993; fixes #6993

Note: See TracTickets for help on using tickets.