Idea: Introduce zero-terminated string specifier

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Oct 2 18:07:14 PDT 2012


On 10/3/12, Jakob Ovrum <jakobovrum at gmail.com> wrote:
> writefln cannot be @safe if it has to support an unsafe format
> specifier. It's "hidden" because it affects every call to
> writefln, even if it doesn't use the unsafe format specifier.

Ah damn I completely forgot about @safe. I tend to avoid recent features..

OK then I think my arguments are moot. Nevertheless I can always
define a helper function for my own purposes I guess.

Sorry Walter for not taking @safe into account. :)


More information about the Digitalmars-d mailing list