Skip to content

hashtable: Drop this component of KWSys

Brad King requested to merge brad.king/kwsys:hashtable-remove into master

It was already turned off when building inside CMake. Other consuming projects have been migrated to C++11 and can now use std::unordered_{set,map} instead.

Merge request reports