[Issue 12181] to!string fails on static array manifests

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Apr 21 09:36:08 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12181

Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|to!string fails on arrays   |to!string fails on static
                   |of floats                   |array manifests

--- Comment #3 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
This is an issue with the 'to' template which takes a 'ref', and you can't pass
manifest constants by reference. I'll try and use 'auto ref'.

--


More information about the Digitalmars-d-bugs mailing list