summaryrefslogtreecommitdiff
path: root/Rx/v2/src
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2018-08-10 18:01:22 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-08-10 18:01:22 -0700
commit0895fb57dbf4472bfc30c1c39d694c03615ca112 (patch)
treed560d26fe573af8e19b12bbbdfeb3daad9388458 /Rx/v2/src
parentec070ad4069b64433025733c210be751140e183b (diff)
parent1ef7e7e5215a5d995f8604ffd0c07ec797dc91bd (diff)
downloadRxCpp-0895fb57dbf4472bfc30c1c39d694c03615ca112.tar.gz
Minor compilation/test fixes for compiling on android am: 6a3b2e5128 am: 5080b3e615
am: 1ef7e7e521 Change-Id: Ida188aed3c0ac2be12553e394ac0b55b19bc9b40
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