ordered-map v0.8.1 Release Notes

Release Date: 2019-02-17 // about 5 years ago
    • 🛠 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.