From f339fc8e61aee401cc4d811de6e7dba6a6635bc6 Mon Sep 17 00:00:00 2001 From: Doug Gregor Date: Thu, 21 Jul 2005 14:18:52 +0000 Subject: [PATCH] Completed this ChangeLog entry: 2005-07-20 Douglas Gregor 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): Implement DR 164 by removing the optimization that skips namespaces where the functions were originally found. From-SVN: r102234 --- gcc/cp/ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index efac769b8fa..31c93f9adc2 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -11,7 +11,9 @@ * 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): + * name-lookup.c (lookup_arg_dependent): Implement DR 164 by removing + the optimization that skips namespaces where the functions were + originally found. 2005-07-20 Giovanni Bajo -- 2.30.2