summaryrefslogtreecommitdiff
path: root/Rx/v2/src
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2018-08-09 16:52:04 -0700
committerIgor Murashkin <iam@google.com>2018-08-09 16:52:04 -0700
commit6a3b2e51287e0bd782ddc12a3362ae1714ef12c1 (patch)
treed560d26fe573af8e19b12bbbdfeb3daad9388458 /Rx/v2/src
parent1cbf73c952e600708b5c3c84ce3f45447ecd9adc (diff)
downloadRxCpp-6a3b2e51287e0bd782ddc12a3362ae1714ef12c1.tar.gz
Minor compilation/test fixes for compiling on android
Change-Id: Id623455d32e9323355744a240c2813d0411d1dac
Diffstat (limited to 'Rx/v2/src')
-rw-r--r--Rx/v2/src/rxcpp/rx-notification.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rx/v2/src/rxcpp/rx-notification.hpp b/Rx/v2/src/rxcpp/rx-notification.hpp
index c071e67..d624d34 100644
--- a/Rx/v2/src/rxcpp/rx-notification.hpp
+++ b/Rx/v2/src/rxcpp/rx-notification.hpp
@@ -280,8 +280,6 @@ std::ostream& operator<< (std::ostream& out, const recorded<T>& r) {
}
namespace rxn=notifications;
-}
-
inline std::ostream& operator<< (std::ostream& out, const std::vector<rxcpp::notifications::subscription>& vs) {
return rxcpp::notifications::detail::ostreamvector(out, vs);
}
@@ -290,4 +288,6 @@ inline std::ostream& operator<< (std::ostream& out, const std::vector<rxcpp::not
return rxcpp::notifications::detail::ostreamvector(out, vr);
}
+}
+
#endif