yosh-matsuda / cpp-yyjson

Ultra-fast and intuitive C++ JSON reader/writer with yyjson backend
MIT License
63 stars 6 forks source link

Fix compile error #2

Closed decades42 closed 1 year ago

decades42 commented 1 year ago
build/_deps/cpp_yyjson-src/include/cpp_yyjson.hpp:3545:32: error: ‘monostate’ is not a member of ‘std’; did you mean ‘fmt::v9::monostate’?
 3545 | template <> struct caster<std::monostate> {
yosh-matsuda commented 1 year ago

@decades42 Thanks for the PR. Merged!