comparison gcc/testsuite/g++.dg/template/spec6.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
1 // { dg-additional-options "-Wno-return-type" }
2
1 template <bool, int> struct X {}; 3 template <bool, int> struct X {};
2 4
3 template <bool C> struct X<C,1> { 5 template <bool C> struct X<C,1> {
4 typedef double* type; 6 typedef double* type;
5 type foo () const; 7 type foo () const;