libcds v2.3.2 Release Notes

Release Date: 2017-12-31 // over 6 years ago
  • ๐Ÿš€ Maintenance release

    • โž• Added: apply( Func f ) method to containers based on flat combining.
      This method allows to execute any function over underlying container
      in exclusive mode.
    • โœ‚ Removed: -fno-strict-aliasing requirement
    • ๐Ÿ›  Fixed: a serious bug in WeakRingBuffer::front()
    • ๐Ÿ›  Fixed: memcpy bug in CuckooHash with store_hash feature