Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@Tessil Tessil released this 20 Apr 18:20
· 2 commits to master since this release
  • Add erase_fast(iterator pos) method which in contrast to erase(iterator pos) doesn't return an iterator, avoiding the cost of looking for the next element after erasure of the element at iterator pos.