On Thursday, 27 June 2013 at 13:11:55 UTC, Andrej Mitrovic wrote:
I mistyped that, I meant:

format("%s", 1, 2);  // no exceptions in future release
safeFormat("%s", 1, 2);  // exception thrown

I think if there's going to be a new function anyway, it might as well be more like the ctFormat bearophile mentioned, and check it at compile time.

Reply via email to