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)
Change History (3)
by , 12 years ago
| Attachment: | kolmogorov_max_flow_test.cpp.diff added |
|---|
comment:1 by , 12 years ago
| Component: | None → graph |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
This was fixed in the trunk but the bug was never closed.
Note:
See TracTickets
for help on using tickets.

Diff which adds 'this->' where necessary.