Thread overview
[Issue 12181] to!string fails on static array manifests
Apr 21, 2014
Andrej Mitrovic
Apr 21, 2014
Andrej Mitrovic
[Issue 12181] std.conv.to should support static array manifest constants
Apr 21, 2014
Andrej Mitrovic
Apr 24, 2014
Andrej Mitrovic
Sep 13, 2017
b2.temp@gmx.com
Mar 21, 2020
Basile-z
April 21, 2014
https://issues.dlang.org/show_bug.cgi?id=12181

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

--
April 21, 2014
https://issues.dlang.org/show_bug.cgi?id=12181

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                URL|                            |https://github.com/D-Progra
                   |                            |mming-Language/phobos/pull/
                   |                            |2091
           Assignee|nobody@puremagic.com        |andrej.mitrovich@gmail.com

--
April 21, 2014
https://issues.dlang.org/show_bug.cgi?id=12181

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|to!string fails on static   |std.conv.to should support
                   |array manifests             |static array manifest
                   |                            |constants

--
April 24, 2014
https://issues.dlang.org/show_bug.cgi?id=12181

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|andrej.mitrovich@gmail.com  |nobody@puremagic.com

--- Comment #4 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
Blocked by 'auto ref' implementation issues.

--
September 13, 2017
https://issues.dlang.org/show_bug.cgi?id=12181

b2.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |DUPLICATE

--- Comment #5 from b2.temp@gmx.com ---
Now blocked by the format sub-routine not available at CTFE b/c of the dependecy to the standard C library, which is another issue.

*** This issue has been marked as a duplicate of issue 8424 ***

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=12181

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--