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
/
range-for26.C
blob
71359cde6e4e3e8fd63c8bccee65437668955c6e
1
// PR c++/58503
2
// { dg-require-effective-target c++11 }
3
4
template<int> void foo()
5
{
6
for (auto i : 0) {} // { dg-error "there are no arguments" }
7
}