v0.6.1
- Fix compilation error with GCC 9, the implicit copy/move constructor/operator of the iterator were not generated (#12).
- Rename the internal
insert
with hint method toinsert_hint
to avoid a potential ambiguous overload with theinsert
with a pair of iterators.