https://issues.dlang.org/show_bug.cgi?id=15737
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from RazvanN <[email protected]> --- The problem is that the function has the const identifier which implicitly makes this const, while writeln expects a non-const argument. I think that this isn't an issue, but a programming mistake; removing const from the functions will solve the issue. --
