Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force cereal for serializing boost::unordered_map
As of Boost 1.84, Boost provides its own serialize method for unordered_map (to work with Boost.Serialize). This conflicts with cereal's own functions which we previously relied upon. Force use of the cereal functions to remove this ambiguity.
- Loading branch information