Skip to content

v0.6.1

Compare
Choose a tag to compare
@Tessil Tessil released this 17 Feb 19:25
· 73 commits to master since this release
3285ed7
  • 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 to insert_hint to avoid a potential ambiguous overload with the insert with a pair of iterators.