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++/17327] [3.3/3.4/3.5 Regression] use of `enumeral_type' in template type unification


------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2004-09-06 17:16 -------
A simple testcase:

enum E { E0, E1 };
template <class T,class U> class A {};
template <class T> void f(A<E,T>) {}
template void f(A<int,E>);


-- 


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


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