This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Bug c++/2922] [DR 197] two-stage lookup for unqualified function calls with type-dependent arguments


"cvs-commit at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

| Log message:
| 	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):

The ChanLog entry is missing.  Please fix.

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]