digitalmars.D.bugs - [Issue 16554] New: Wrong result of string constant
- via Digitalmars-d-bugs (21/21) Sep 27 2016 https://issues.dlang.org/show_bug.cgi?id=16554
https://issues.dlang.org/show_bug.cgi?id=16554 Issue ID: 16554 Summary: Wrong result of string constant Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW Severity: critical Priority: P3 Component: dlang.org Assignee: nobody puremagic.com Reporter: apz28 hotmail.com import std.stdio; void main() { // expect 14 but 16 writeln("len of –2_147_483_648: ", "–2_147_483_648".length); } --
Sep 27 2016