libcds v2.3.1 Release Notes

Release Date: 2017-09-01 // over 6 years ago
  • ๐Ÿš€ 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)