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++/51420
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr51420.C
blob
aec8cb1fcbcfd0c61a8dd45f94b2295c77f20bdd
1
// { dg-options "-std=c++11" }
2
3
void
4
foo()
5
{
6
float x = operator"" _F(); // { dg-error "was not declared in this scope" }
7
float y = 0_F; // { dg-error "unable to find numeric literal operator" }
8
}