[Issue 2551] std.format on invariant values : error and segmentation fault

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2551 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.022 |D2 --

[Issue 2551] std.format on invariant values : error and segmentation fault

2009-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2551 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2551] std.format on invariant values : error and segmentation fault

2009-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2551 --- Comment #1 from dsim...@yahoo.com 2009-03-27 11:48 --- The problem is the following code: } else static if (is(const D == const(float)) || is(const(D) == const(double)) ||

[Issue 2551] std.format on invariant values : error and segmentation fault

2009-03-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2551 --- Comment #2 from dsim...@yahoo.com 2009-03-27 14:28 --- Created an attachment (id=294) -- (http://d.puremagic.com/issues/attachment.cgi?id=294action=view) Patch for std.format problems. Here's a patch that does what I suggested