Skip to content

Commit e155e42

Browse files
author
Daniel Kroening
committed
new C++ bug
1 parent bb65b1d commit e155e42

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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+
template <class _Rp, class _Class>
14+
struct __member_pointer_traits_imp<_Rp (_Class::*)() const>
15+
{
16+
};
17+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
KNOWNBUG
2+
main.ii
3+
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
--
7+
^warning: ignoring
8+
^CONVERSION ERROR$

0 commit comments

Comments
 (0)