October 02, 2019
Recently ran into it because I'd love to be able to statically prove that formatString is @nogc for certain types and writers, but std.string uses enforce all over the place. What's the hold-up?
October 04, 2019
On Wednesday, 2 October 2019 at 05:46:08 UTC, FeepingCreature wrote:
> Recently ran into it because I'd love to be able to statically prove that formatString is @nogc for certain types and writers, but std.string uses enforce all over the place. What's the hold-up?

https://github.com/dlang/dmd/pull/8508