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

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12181

Andrej Mitrovic andrej.mitrov...@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.mitrov...@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'.

--


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

2014-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12181

Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

   Keywords||pull
URL||https://github.com/D-Progra
   ||mming-Language/phobos/pull/
   ||2091
   Assignee|nob...@puremagic.com|andrej.mitrov...@gmail.com

--