ordered-map v0.8.1 Release Notes
Release Date: 2019-02-17 // almost 6 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 toinsert_hint
to avoid a potential ambiguous overload with theinsert
with a pair of iterators.