File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ struct D {
5858
5959struct D2 {
6060 void ~D2 () { } // \
61- // expected-error{{destructor cannot have a return type}}
61+ // expected-error{{destructor cannot have a return type}}
6262};
6363
6464
@@ -86,7 +86,7 @@ struct G {
8686G::~G () { }
8787
8888struct H {
89- ~H (void ) { }
89+ ~H (void ) { }
9090};
9191
9292struct X {};
@@ -103,7 +103,7 @@ namespace PR6421 {
103103 template <typename U>
104104 void foo (T t) // expected-error{{variable has incomplete type}}
105105 { }
106-
106+
107107 void disconnect ()
108108 {
109109 T* t;
@@ -364,7 +364,7 @@ struct __is_destructor_wellformed {
364364 decltype (_Tp1().~_Tp1())>::type);
365365 template <typename _Tp1>
366366 static __two __test (...);
367-
367+
368368 static const bool value = sizeof (__test<_Tp>(12 )) == sizeof(char );
369369};
370370
You can’t perform that action at this time.
0 commit comments