Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp1z
/
pr81016.C
blob: a17afcc6b65f33bdabc74d19fea71a9617b0bb8d [
file
] [
log
] [
blame
]
// { dg-do compile { target c++17 } }
template
<
typename
a
,
a
>
struct
b
;
template
<
typename
c
>
struct
b
<
bool
,
c
::
d
>;
// { dg-error "not deducible" }