Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4384 closed Bugs (fixed)

labeled_graph.hpp - get/put functions calling wrong method

Reported by: Yuri Karaban <tech@…> 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)

labeled_graph.hpp.diff (943 bytes ) - added by Yuri Karaban <tech@…> 12 years ago.
Patch changes g.impl() to g.graph() in labeled_graph.hpp get/put functions

Download all attachments as: .zip

Change History (4)

by Yuri Karaban <tech@…>, 12 years ago

Attachment: labeled_graph.hpp.diff added

Patch changes g.impl() to g.graph() in labeled_graph.hpp get/put functions

comment:1 by Jeremiah Willcock, 12 years ago

Fixed in r63405. Thank you for your patch.

comment:2 by Jeremiah Willcock, 12 years ago

Resolution: fixed
Status: newclosed

comment:3 by anonymous, 12 years ago

Thank you for such quick response!

Note: See TracTickets for help on using tickets.