Completed this ChangeLog entry:
authorDoug Gregor <dgregor@gcc.gnu.org>
Thu, 21 Jul 2005 14:18:52 +0000 (14:18 +0000)
committerDoug Gregor <dgregor@gcc.gnu.org>
Thu, 21 Jul 2005 14:18:52 +0000 (14:18 +0000)
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): Implement DR 164 by removing
        the optimization that skips namespaces where the functions were
        originally found.

From-SVN: r102234

gcc/cp/ChangeLog

index efac769b8faa3dd1361919c797214b757b16cc00..31c93f9adc2a7e603f095b4f8ff00a62803b3543 100644 (file)
@@ -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  <giovannibajo@libero.it>