From 3a6ca29815751df6cea38a750d700078c4e5ea1d Mon Sep 17 00:00:00 2001 From: ramcherukuri <54456794+ramcherukuri@users.noreply.github.com> Date: Fri, 23 Aug 2019 16:36:33 -0700 Subject: [PATCH] moving result_of_t to result_of --- include/hip/hcc_detail/helpers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hip/hcc_detail/helpers.hpp b/include/hip/hcc_detail/helpers.hpp index 9366885f8b..e69cac4c21 100644 --- a/include/hip/hcc_detail/helpers.hpp +++ b/include/hip/hcc_detail/helpers.hpp @@ -89,7 +89,7 @@ template struct is_callable_impl : std::false_type {}; template -struct is_callable_impl > > : std::true_type {}; +struct is_callable_impl std::result_of::type(Ts...) > > : std::true_type {}; #else // C++17