summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/sources/rx-range.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/v2/src/rxcpp/sources/rx-range.hpp')
-rw-r--r--Rx/v2/src/rxcpp/sources/rx-range.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rx/v2/src/rxcpp/sources/rx-range.hpp b/Rx/v2/src/rxcpp/sources/rx-range.hpp
index 4af7c24..0be3ae4 100644
--- a/Rx/v2/src/rxcpp/sources/rx-range.hpp
+++ b/Rx/v2/src/rxcpp/sources/rx-range.hpp
@@ -16,7 +16,7 @@ namespace detail {
template<class T, class Coordination>
struct range : public source_base<T>
{
- typedef typename std::decay<Coordination>::type coordination_type;
+ typedef rxu::decay_t<Coordination> coordination_type;
typedef typename coordination_type::coordinator_type coordinator_type;
struct range_state_type