libcds v2.3.3 Release Notes
Release Date: 2018-12-31 // about 6 years ago-
๐ Maintenance release
- Minimum CMake version is 3.0.2
- ๐ Changed software license from BSD to Boost
- โ Removed '#pragma lib' for Windows build
- ๐ Bugfix and minor improvements
Previous changes from v2.3.2
-
๐ 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.