Building clap-wrapper with the latest version of the Zig compiler (v0.16) no longer works due to format.h in the vendored libfmt not including stdlib.h. It is unable to find malloc/free.
Is there any opposition to updating the vendored libfmt? Or as a minimal change, would it be possible to pull in a change to add <cstdlib> / <stdlib.h> into the format header?
Building clap-wrapper with the latest version of the Zig compiler (v0.16) no longer works due to
format.hin the vendored libfmt not including stdlib.h. It is unable to find malloc/free.Is there any opposition to updating the vendored libfmt? Or as a minimal change, would it be possible to pull in a change to add
<cstdlib>/<stdlib.h>into the format header?