#4384 closed Bugs (fixed)
labeled_graph.hpp - get/put functions calling wrong method
Reported by: | Owned by: | Andrew Sutton | |
---|---|---|---|
Milestone: | Boost 1.44.0 | Component: | graph |
Version: | Boost 1.43.0 | Severity: | Problem |
Keywords: | Cc: |
Description
In get/put functions for the labeled_graph seems wrong method is used. Labeled graph does not have "impl" method it has "graph" method.
I attached a simple patch which changes impl -> graph in these functions.
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | labeled_graph.hpp.diff added |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch changes g.impl() to g.graph() in labeled_graph.hpp get/put functions