mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
remove some dead code
This commit is contained in:
Vendored
+1
-2
@@ -460,8 +460,7 @@ namespace type_traits_internal {
|
||||
struct IsHashable : std::false_type {};
|
||||
|
||||
template <typename Key>
|
||||
struct IsHashable<
|
||||
Key,
|
||||
struct IsHashable<Key,
|
||||
phmap::enable_if_t<std::is_convertible<
|
||||
decltype(std::declval<std::hash<Key>&>()(std::declval<Key const&>())),
|
||||
std::size_t>::value>> : std::true_type {};
|
||||
|
||||
Reference in New Issue
Block a user