Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
lookup1.C
blob: 0325d3c6926584dea149871d1a6d04d2476abba4 [
file
] [
log
] [
blame
]
#include
<list>
using
namespace
std
;
template
<
class
T
,
class
Alloc
>
class
new_list
:
public
list
<
T
,
Alloc
>
{
public
:
typedef
typename
list
<
T
,
Alloc
>::
iterator iterator
;
};