Opened 12 years ago
Closed 12 years ago
#4157 closed Patches (fixed)
Name lookup fixes
Reported by: | Douglas Gregor | Owned by: | Andrew Sutton |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | graph |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The attached patch fixes several name-lookup problems with Boost.Graph and its regression tests, which are either due to two-phase name lookup (missing "this->" qualifiers) or incorrect argument-dependent lookup semantics.
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | boost-graph-fixes.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to fix Boost.Graph name-lookup issues