Max

Results 1 issues of Max

According to the [code ](https://github.com/USCiLab/cereal/blob/master/include/cereal/archives/json.hpp#L173) destructor of `JSONOutputArchive `can be `noexcept` [explictly ](https://github.com/USCiLab/cereal/blob/master/include/cereal/macros.hpp#L110). But no matter defined `CEREAL_NOEXCEPT ` or not according to to [cppreference](https://en.cppreference.com/w/cpp/language/destructor#:~:text=%3B%20%20%20%20%20%20%20%20%20//%20OK-,Exceptions,-As%20any%20other) it's `noexcept(true)` implicitly. But in...