repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/85765 - SFINAE and non-type default template arg.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
nolinkage1.h
blob
3cb5f63b3900cba75b242eb73ca1f6ec2d8ab17e
1
template
<
class
T
>
2
struct
A
3
{
4
A
();
5
};
6
7
template
<
class
T
>
8
A
<
T
>::
A
() { }