ordered-map v1.0.0 Release Notes
Release Date: 2020-06-22 // over 4 years ago-
- ๐ Fix issue #24, add support for efficient serialization.
- โ Add
bool contains(...)
methods.
Previous changes from v0.8.1
-
- ๐ Fix compilation error with GCC 9, the implicit copy/move constructor/operator of the iterator were not generated.
- ๐ Fix issue #23, rename the internal
insert
with hint method toinsert_hint
to avoid a potential ambiguous overload with theinsert
with a pair of iterators.