mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 11:24:05 +08:00
�
add new case From-SVN: r22212
This commit is contained in:
parent
72f2bd784e
commit
d6c6ba304d
@ -168,8 +168,13 @@ template <class T20, int base::* b3> class Xtwentyfour {// ERROR - .*
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
// 25
|
||||
// non-type template parms that use push_class_level
|
||||
template <class T22> void f1() {// ERROR - .*
|
||||
struct foo {
|
||||
enum T22 { un, du, toi }; // ERROR - .*
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user