Commit f339fc8e by Doug Gregor

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
parent 2e48874f
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
* semantics.c (perform_koenig_lookup): For dependent calls, just * semantics.c (perform_koenig_lookup): For dependent calls, just
return the set of functions we've found so far. Later, it will be return the set of functions we've found so far. Later, it will be
augmented by those found through argument-dependent lookup. 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> 2005-07-20 Giovanni Bajo <giovannibajo@libero.it>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment