repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
parse
/
lookup1.C
blob
0325d3c6926584dea149871d1a6d04d2476abba4
1
#include <list>
2
3
using namespace std;
4
5
template <class T, class Alloc>
6
class new_list : public list<T, Alloc> {
7
public:
8
typedef typename list<T, Alloc>::iterator iterator;
9
};