summaryrefslogtreecommitdiff
path: root/Rx/v2/src
diff options
context:
space:
mode:
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