assert(format!"%-+05,g"(1.0) == "+1 ");
@berni44 created dlang/phobos pull request #8007 "std.format: Make formatting %f (and %g partly) 100% @nogc." fixing this issue: - Fix Issue 21842 - std.format: "%-+05,g" adds extra comma https://github.com/dlang/phobos/pull/8007
dlang/phobos pull request #8007 "std.format: Make formatting %f (and %g partly) 100% @nogc." was merged into master: - 469a427d4d64141b21d6e5513162da923eaca458 by berni44: Fix Issue 21842 - std.format: "%-+05,g" adds extra comma https://github.com/dlang/phobos/pull/8007