Opened 11 years ago
Closed 11 years ago
#6583 closed Bugs (fixed)
Dijkstra Visitor Concept docs probably show wrong type for variable
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
http://www.boost.org/doc/libs/1_48_0/libs/graph/doc/DijkstraVisitor.html
Where it says "w An object of type DistanceMap." should probably be an object of type WeightMap.
Change History (2)
comment:1 by , 11 years ago
Component: | Documentation → graph |
---|---|
Owner: | changed from | to
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [77182]) Fixed typo in documentation; fixes #6583