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++/86728 - C variadic generic lambda.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
inline-ns10.C
blob
3ab425f7be4a8bec390304e60ad2cedff993dc9d
1
// PR c++/84707
2
// { dg-do compile { target c++11 } }
3
4
inline namespace {
5
namespace {}
6
}
7
8
namespace {} // { dg-error "conflicts" }