Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
auto46.C
blob: 09e9f4436cfb976826da1b03f36e04f981b5559d [
file
] [
log
] [
blame
]
// Addendum to auto23.C, now with nested template parameter lists
// { dg-do compile { target c++11 } }
template
<
template
<
auto
f
()->
int
>
class
>
struct
A
{
};
template
<
template
<
template
<
auto
f
()->
int
>
class
>
class
>
struct
B
{
};