khizmax / libcds

A C++ library of Concurrent Data Structures
http://libcds.sourceforge.net/doc/cds-api/index.html
Boost Software License 1.0
2.56k stars 359 forks source link

Is it possible to use std::atomic<> as cuckoo map value type? #143

Closed druban closed 4 years ago

druban commented 4 years ago

I can't seem to figure out how to make it work ...