comparison gcc/testsuite/g++.dg/template/error10.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
22 void B(void) {} 22 void B(void) {}
23 23
24 int Btest() 24 int Btest()
25 { 25 {
26 B<256 >> 4>(); 26 B<256 >> 4>();
27 return 0;
27 } 28 }
28 29
29 template <int N = 123>>4> 30 template <int N = 123>>4>
30 struct C {}; 31 struct C {};
31 32