summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/rx-scheduler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/v2/src/rxcpp/rx-scheduler.hpp')
-rw-r--r--Rx/v2/src/rxcpp/rx-scheduler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rx/v2/src/rxcpp/rx-scheduler.hpp b/Rx/v2/src/rxcpp/rx-scheduler.hpp
index f91e66c..bd490fa 100644
--- a/Rx/v2/src/rxcpp/rx-scheduler.hpp
+++ b/Rx/v2/src/rxcpp/rx-scheduler.hpp
@@ -180,7 +180,7 @@ struct is_action_function
template<class CF>
static not_void check(...);
- static const bool value = std::is_same<decltype(check<typename std::decay<F>::type>(0)), void>::value;
+ static const bool value = std::is_same<decltype(check<rxu::decay_t<F>>(0)), void>::value;
};
}