Skip to content

1.33

Compare
Choose a tag to compare
@greg7mdp greg7mdp released this 01 May 21:32
· 248 commits to master since this release
  • Some small fixes to cleanup warnings with new compiler versions
  • add some extensions APIs allowing atomic test or changes while under the internal lock (for parallel_*_map maps): if_contains, modify_if, lazy_emplace_l, try_emplace_l, `erase_if``
  • replace internal container_internal namespace to the shorter priv
  • some other small cleanups (doc, tests, warnings).