Opened 12 years ago

Closed 12 years ago

#4163 closed Bugs (fixed)

Bug in kolmogorov_max_flow_test.cpp

Reported by: Chris Jefferson Owned by: Jeremiah Willcock
Milestone: Boost 1.43.0 Component: graph
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

libs/graph/test/kolmogorov_max_flow_test.cpp fails to quantify some calls to dependant members. The code is incorrect, and does not compile in clang.

Attachments (1)

kolmogorov_max_flow_test.cpp.diff (4.3 KB ) - added by Chris Jefferson 12 years ago.
Diff which adds 'this->' where necessary.

Download all attachments as: .zip

Change History (3)

by Chris Jefferson, 12 years ago

Diff which adds 'this->' where necessary.

comment:1 by Jeremiah Willcock, 12 years ago

Component: Nonegraph
Owner: changed from Douglas Gregor to Jeremiah Willcock
Status: newassigned

comment:2 by Jeremiah Willcock, 12 years ago

Resolution: fixed
Status: assignedclosed

This was fixed in the trunk but the bug was never closed.

Note: See TracTickets for help on using tickets.