Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
error4.C
blob: a5030f06c98925706054c09fcea8ef34f8222ece [
file
] [
log
] [
blame
]
template
<
class
T
>
struct
C1
{
template
<
class
U
>
struct
C2
{
class
Type
{
};
};
};
template
<
class
T
,
class
U
>
void
foo
(
typename
C1
<
T
>::
C2
<
U
>::
Type
*)
{
}