PP: Address #737: accept 'h'/'H' floating-point suffix more broadly.
This commit is contained in:
parent
f67f9d7e4d
commit
b67b4a7072
8 changed files with 142 additions and 62 deletions
|
|
@ -243,4 +243,6 @@ void voidTernary()
|
|||
b ? foo121111() : foo12111();
|
||||
b ? foo121111() : 4; // ERROR
|
||||
b ? 3 : foo12111(); // ERROR
|
||||
}
|
||||
}
|
||||
|
||||
float halfFloat1 = 1.0h; // syntax ERROR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue