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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
template
/
defarg7.C
blob
77506d4022865e4d76d3d6c88f47e1cee00df146
1
// PR c++/25337
2
3
template <typename T> T& MakeT();
4
template <typename U, int N = sizeof (MakeT<U>().operator[](0))>
5
struct helper{};
6
template <typename U>
7
static char is_here(helper<U>*);