Skip to content

libcds 2.3.1

Compare
Choose a tag to compare
@khizmax khizmax released this 01 Sep 06:23
· 253 commits to master since this release

Maintenance release

  • issue #81: bug in gc::DHP when extending thread's retired array
  • Improved CMake scripts for simplifying libcds intergration with other projects:
        find_package(LibCDS)
        add_library(mylib INTERFACE)
        target_link_libraries(mylib INTERFACE LibCDS::cds)