mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
fix typo
This commit is contained in:
Vendored
+1
-1
@@ -329,7 +329,7 @@ template <typename T>
|
||||
using underlying_type_t = typename std::underlying_type<T>::type;
|
||||
|
||||
template< class F, class... ArgTypes>
|
||||
#ifdef PHMAP_HAVE_CC17
|
||||
#if PHMAP_HAVE_CC17
|
||||
using invoke_result_t = typename std::invoke_result_t<F, ArgTypes...>;
|
||||
#else
|
||||
using invoke_result_t = typename std::result_of<F(ArgTypes...)>::type;
|
||||
|
||||
Reference in New Issue
Block a user