From 4e3b65f10cb0435c264fd2d5af91e7bfd87c14d2 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 [ROCm/clr commit: 6ea9e2b2497b45c31917d9338b11b1146fd12fa3] --- projects/clr/hipamd/include/hip/hcc_detail/helpers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/include/hip/hcc_detail/helpers.hpp b/projects/clr/hipamd/include/hip/hcc_detail/helpers.hpp index 9366885f8b..e69cac4c21 100644 --- a/projects/clr/hipamd/include/hip/hcc_detail/helpers.hpp +++ b/projects/clr/hipamd/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