Skip to content

v0.6.1

Compare
Choose a tag to compare
@Tessil Tessil released this 17 Feb 19:26
· 25 commits to master since this release
162cc7b
  • Fix compilation error with GCC 9, the implicit copy/move constructor/operator of the iterator were not generated.
  • Rename the internal insert with hint method to insert_hint to avoid a potential ambiguous overload with the insert with a pair of iterators.