Why is std.string.format a c-style variadic function?

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Sep 25 20:39:16 PDT 2011


I'm only asking because I can't use it inside of a pragma(msg) call
since CTFE can't do C-style variadic functions yet. Is `format`
defined this way for performance reasons? (to avoid template bloat?)


More information about the Digitalmars-d-learn mailing list