We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb65b1d commit e155e42Copy full SHA for e155e42
regression/cpp/Template_Specialisation2/main.ii
@@ -0,0 +1,17 @@
1
+#line 2 "main.ii"
2
+
3
+template <class T>
4
+struct __member_pointer_traits_imp
5
+{
6
+};
7
8
+template <class _Rp, class _Class>
9
+struct __member_pointer_traits_imp<_Rp (_Class::*)()>
10
11
12
13
14
+struct __member_pointer_traits_imp<_Rp (_Class::*)() const>
15
16
17
regression/cpp/Template_Specialisation2/test.desc
@@ -0,0 +1,8 @@
+KNOWNBUG
+main.ii
+^EXIT=0$
+^SIGNAL=0$
+--
+^warning: ignoring
+^CONVERSION ERROR$
0 commit comments