efficient / libcuckoo

A high-performance, concurrent hash table
Other
1.61k stars 275 forks source link

Basic fix for std::is_pod deprecation in C++20 #132

Closed kspinka closed 3 years ago

kspinka commented 3 years ago

Retains C++11 compatibility.

manugoyal commented 3 years ago

Looks great, thanks for the fix!