comparison gcc/testsuite/g++.dg/cpp0x/pr51225.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
3 3
4 template<int> struct A {}; 4 template<int> struct A {};
5 5
6 template<typename> void foo() 6 template<typename> void foo()
7 { 7 {
8 A<int(x)> a; // { dg-error "not declared|invalid type" } 8 A<int(x)> a; // { dg-error "not declared|could not convert" }
9 } 9 }
10 10
11 template<typename> struct bar 11 template<typename> struct bar
12 { 12 {
13 static constexpr A<1> b = A<1>(x); // { dg-error "not declared" } 13 static constexpr A<1> b = A<1>(x); // { dg-error "not declared" }