re PR c++/2922 ([DR 197] two-stage lookup for unqualified function calls with type...
authorDouglas Gregor <doug.gregor@gmail.com>
Thu, 21 Jul 2005 03:53:07 +0000 (03:53 +0000)
committerDoug Gregor <dgregor@gcc.gnu.org>
Thu, 21 Jul 2005 03:53:07 +0000 (03:53 +0000)
commit20ac1e0392c91bf7c5ba645b58622a7641675a8d
tree1a32f2e8bbd3f58c84bb5f88d1f78504ccb921b5
parentc2acaf06aa1e13ecc83201ecc903a1f28c91b163
re PR c++/2922 ([DR 197] two-stage lookup for unqualified function calls with type-dependent arguments)

2005-07-20  Douglas Gregor <doug.gregor@gmail.com>

PR c++/2922
* semantics.c (perform_koenig_lookup): For dependent calls, just
return the set of functions we've found so far. Later, it will be
augmented by those found through argument-dependent lookup.
* name-lookup.c (lookup_arg_dependent):

From-SVN: r102216
gcc/cp/ChangeLog
gcc/cp/name-lookup.c
gcc/cp/semantics.c