ordered-map v1.0.0 Release Notes

Release Date: 2020-06-22 // almost 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 to insert_hint to avoid a potential ambiguous overload with the insert with a pair of iterators.