summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/sources/rx-interval.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/v2/src/rxcpp/sources/rx-interval.hpp')
-rw-r--r--Rx/v2/src/rxcpp/sources/rx-interval.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rx/v2/src/rxcpp/sources/rx-interval.hpp b/Rx/v2/src/rxcpp/sources/rx-interval.hpp
index dade61a..afd5dac 100644
--- a/Rx/v2/src/rxcpp/sources/rx-interval.hpp
+++ b/Rx/v2/src/rxcpp/sources/rx-interval.hpp
@@ -18,7 +18,7 @@ struct interval : public source_base<long>
{
typedef interval<Coordination> this_type;
- typedef typename std::decay<Coordination>::type coordination_type;
+ typedef rxu::decay_t<Coordination> coordination_type;
typedef typename coordination_type::coordinator_type coordinator_type;
struct interval_initial_type