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)
commitf339fc8e61aee401cc4d811de6e7dba6a6635bc6
tree1a750db3ecbf42ef9fc736322bb357616858196a
parent2e48874fee767eb93625681f09067852a41540c9
Completed this ChangeLog entry:

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