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
/
pr79369.C
blob
58116f254ff23d541865c7cd44a0f8c339d3b744
1
// { dg-do compile { target c++11 } }
2
// PR c++/79369 accept late inline of namespace
3
4
namespace X {}
5
inline namespace X {} // { dg-error "must be specified" }
6
7
inline namespace Y {}
8
namespace Y {} // OK
9
inline namespace Y {} // also Ok