[Bug c++/11828] [3.4 regression] qualified dependent name looked up too early
mmitchel at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Aug 21 06:02:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11828
mmitchel at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From mmitchel at gcc dot gnu dot org 2003-08-21 06:02 -------
The G++ behavior is correct.
Only those declarations of n::f that were available when g is defined are
available for overload resolution. See [temp.nondep] in the standard for details.
More information about the Gcc-bugs
mailing list