Files
parallel-hashmap/parallel_hashmap
Ed Catmur 2ac0518a81 Fix C++17 detection for clang
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.
2023-06-28 14:30:07 -05:00
..
2023-06-25 14:48:33 -04:00
2019-04-18 21:59:12 -04:00
2023-06-28 14:30:07 -05:00
2023-05-30 08:22:17 -04:00
2023-04-09 18:48:26 -04:00
2023-05-21 17:14:47 -04:00