[Bug c++/24680] Invalid template code accepted
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Nov 5 01:35:00 GMT 2005
------- Comment #7 from pinskia at gcc dot gnu dot org 2005-11-05 01:35 -------
List<T>::D is by
14.6.2.1 pargagraph 1 point 2:
a qufified-id with a nested-name-specifier which contains a class-name that
names a dependent type of whos unqualified-if names a dependent type.
So by those rules it is type dependent. (maybe I am missing something).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24680
More information about the Gcc-bugs
mailing list