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
/
template
/
defarg1.C
blob
1b0e4a24a15f0e5a65aca1ddfd87f610997b223a
1
struct Outer {
2
template <int I, int J=I> struct Inner {};
3
};
4
5
void f() {
6
Outer::Inner<2> i;
7
}