https://issues.dlang.org/show_bug.cgi?id=11605
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> --- The hasToString trait returns false. It's likely because toString isn't marked as const in object.d. But there are several other bug reports / discussions about constness in object.d. --
