Closed nickhutchinson closed 7 years ago
Portions of libcuckoo pollute the global namespace with un-namespaced symbols, e.g. lazy_array, DEFAULT_SIZE. These symbols should either be namespaced or prefixed with 'libcuckoo_' or similar.
lazy_array
DEFAULT_SIZE
Thanks! Fixed in (f9c1d7eb4dcd1bca80116d07c95c822bdd5a127b).
Portions of libcuckoo pollute the global namespace with un-namespaced symbols, e.g.
lazy_array
,DEFAULT_SIZE
. These symbols should either be namespaced or prefixed with 'libcuckoo_' or similar.