https://issues.dlang.org/show_bug.cgi?id=12181
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|to!string fails on arrays |to!string fails on static |of floats |array manifests --- Comment #3 from Andrej Mitrovic <[email protected]> --- 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'. --
