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
/
error18.C
blob
7b7151a3b7f49a07f57ac4e828a5be55a1d86125
1
// PR c++/20157
2
3
template<typename AT>
4
struct A{
5
template<typename T>
6
void function(T);
7
};
8
9
template<>
10
template<typename ABC,typename DEF>
11
void A<int>::function(ABC); // { dg-error "match" }