On 8/31/19 5:12 PM, ag0aep6g wrote:
I've made a pull request to get rid of those allocations: https://github.com/dlang/phobos/pull/7163
Wonderful!For my own learning, why was a unittest to ensure no GC added to sformat instead of a @nogc annotation?
James Blachly via Digitalmars-d-learn Tue, 03 Sep 2019 07:05:52 -0700
On 8/31/19 5:12 PM, ag0aep6g wrote:
I've made a pull request to get rid of those allocations: https://github.com/dlang/phobos/pull/7163
Wonderful!For my own learning, why was a unittest to ensure no GC added to sformat instead of a @nogc annotation?