JSON_HAVE_LOCALECONV

If locale.h and core.stdc.locale.localeconv() are available, define to true, otherwise to false.

enum JSON_HAVE_LOCALECONV = __traits(compiles, core.stdc.locale.localeconv);

Meta