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
/
enum2.C
blob
7a6c2072a757174f90709ff33e4d2be9003bd9e0
1
// PR c++/15877
2
3
template <int n> struct T1 { enum { N = 3 }; };
4
template <int n> struct T2 { enum { N = n, N1 = T1<N>::N }; };