This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/18738] [3.4 Regression] typename not allowed with non-dependent qualified name


------- Additional Comments From nefercheprure at gmail dot com  2005-01-30 15:07 -------
This issue also affects template parameters: see also: 14.1/2, 14.6/5

namespace N { typedef int my_typedef }
template < typename N::my_typedef > class X {};
X<3> variable;

Neither the other comments nor the proposed solution mentions this situation.
Could you please check this against the proposed solution? In any case the test
could be added.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18738


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]