mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
2ac0518a81
Clang (even recent, e.g. llvm 16) sets __GNUC__ to 4, so the check for C++17 fails. This results in the check for invoke_result_t in phmap_base.h failing, so it uses std::result_of, which is removed entirely in recent libc++, breaking the build.