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)

boost-graph-fixes.patch (5.5 KB ) - added by Douglas Gregor 12 years ago.
Patch to fix Boost.Graph name-lookup issues

Download all attachments as: .zip

Change History (2)

by Douglas Gregor, 12 years ago

Attachment: boost-graph-fixes.patch added

Patch to fix Boost.Graph name-lookup issues

comment:1 by Douglas Gregor, 12 years ago

Resolution: fixed
Status: newclosed

(In [61666]) Various standards-conformation fixes for Boost.Graph. Fixes #4157

Note: See TracTickets for help on using tickets.