openframeworks / apothecary

This is the OpenFrameworks library apothecary. It mixes formulas and potions to build and update the C/C++ lib dependencies.
Other
56 stars 51 forks source link

Update json.sh #432

Closed 2bbb closed 3 weeks ago

2bbb commented 3 weeks ago

main purpose is for migrate off deprecated char_traits.

Fix char_traits deprecation warning "char_traits is deprecated: char_traits for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard"

https://github.com/nlohmann/json/releases/tag/v3.11.3

danoli3 commented 3 weeks ago

Nice one!!!

Oh wow I didn't, or no one else noticed the version outdate even with the json issue on oF/master and pG.

I'll think of an automated way for a system to check outdated releases and alert in future via automation.

Thanks!!!