Skip to content

v1.8.2

Compare
Choose a tag to compare
@iboB iboB released this 17 Jan 08:08
· 91 commits to master since this release
v1.8.2
d2fb684
  • flat_map:
    • BUGFIX: proper throwing of exceptions in at. #17
    • added a constructor from Container
    • added constructors form iterator ranges
  • static_vector:
    • added shim allocator argument to constructors to be used in template code
    • added missing overloads of erase and insert like the ones in std::vector
  • flat_set: added constructors from iterator ranges