Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make UnpackerErrCategory an unique category
This is a problem in Release compilation where the theUnpackerErrCategory variable is optimized and created on each compilation unit, and then the error_handling.cpp test fails in: REQUIRE(ec == msgpack::UnpackerError::OutOfRange); Because the category is different on each compilation unit.
- Loading branch information