Bug 15880 – int hex literals properties are rejected

Status
RESOLVED
Resolution
WONTFIX
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2016-04-05T19:38:00Z
Last change time
2016-04-11T06:58:46Z
Assigned to
nobody
Creator
b2.temp

Comments

Comment #0 by b2.temp — 2016-04-05T19:38:35Z
void main() { auto a = 0x1.max; //auto a = 0x1 .max; // OK } > /tmp/temp_7FBB6754EA30.d(3,14): Error: exponent required for hex float