https://issues.dlang.org/show_bug.cgi?id=18472

--- Comment #12 from Mike Franklin <[email protected]> ---
This appears to work now in nightly:

import std.format;
import std.stdio;
void main()
{
    enum s = "%1$s,%2$s".format("foo","bar");
    writeln(s);
}

https://run.dlang.io/is/BDyoHF

It may have been fixed inadvertently by https://github.com/dlang/dmd/pull/8523

--

Reply via email to