dlang-community / std_data_json

Phobos candidate JSON implementation.
25 stars 13 forks source link

fix a deprecation introduced by DMD 2.109.0 #58

Open Herringway opened 5 months ago

Herringway commented 5 months ago

void initialization of bools is no longer allowed in @safe code. A trivial fix.

Herringway commented 5 months ago

seems the DMD on macos CI refuses to compile now