Skip to content

libcds 2.3.2

Compare
Choose a tag to compare
@khizmax khizmax released this 31 Dec 09:34
· 179 commits to master since this release

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