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
/
enum18.C
blob
de16596dfea01b53575ea0d43aa0f4237dc3d98d
1
// PR c++/47277
2
// { dg-do compile { target c++11 } }
3
4
int main(void) {
5
enum e {};
6
e ev;
7
ev.e::~e_u(); // { dg-error "e_u. has not been declared" }
8
}