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
/
spec25.C
blob
3f641fe5a212b3cee86eb0af810e60350db439e5
1
namespace N {
2
template <typename T>
3
struct S {
4
void f() {}
5
};
6
}
7
8
namespace K {
9
template <> void N::S<char>::f() {} // { dg-error "namespace|definition" }
10
}