There seems to be a regression from 2.0.8 and 2.1.1. This no longer compiles. ```cpp std::valarray<double> v; nlohmann::json j; j["test"] = v; ``` P.S. Is there any chance we can get a release with std::vector<bool> fix released?
There seems to be a regression from 2.0.8 and 2.1.1. This no longer compiles.
P.S. Is there any chance we can get a release with std::vector fix released?