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
/
constexpr-58541.C
blob
ab951d25bae6441c032e6d14d3b0993d162041d8
1
// { dg-do compile { target c++11 } }
2
3
struct X {
4
static constexpr const char x[] = "x";
5
};
6
const char X::x[];