Commit d6c6ba30 by Benjamin Kosnik

add new case

From-SVN: r22212
parent 72f2bd78
......@@ -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 - .*
};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment