Niels Lohmann
Niels Lohmann
What is your exact proposal?
What do you think of a preprocessor symbol like `JSON_PEDANTIC` or `JSON_FUTURE_PROOF` that removes (or adds `#error` directives to) all deprecated functions or discouraged behavior like implicit conversions? This could...
Similar to this: https://github.com/getsentry/responses#deprecations-and-migration-path
> That sounds like a good idea. Maybe a JSON_REMOVE_DEPRECATED_FUNCTIONS for the functions, and then a single define that sets all of the macros that remove deprecated behaviors, such as...
Also, the CI is red.
No, it's not. Development has stopped right now, so this is not on my agenda at the moment.
I agree fully with @falbrechtskirchinger.
I have no opinion on this. My work projects use some libraries to organize a thread pool, and most side project I have try to avoid threading in the first...
Same problem here. Any hints greatly appreciated!