libcds v2.3.2 Release Notes
Release Date: 2017-12-31 // about 5 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
- โ Added: apply( Func f ) method to containers based on flat combining.