mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 10:57:16 +02:00
added missing typename
This commit is contained in:
@ -76,7 +76,7 @@ public:
|
||||
|
||||
template<
|
||||
typename Key,
|
||||
std::enable_if<
|
||||
typename std::enable_if<
|
||||
std::is_same<
|
||||
std::size_t,
|
||||
decltype(std::declval<const Hash>()(std::declval<const Key&>()))
|
||||
|
Reference in New Issue
Block a user