summaryrefslogtreecommitdiff
path: root/Rx/v2/test
diff options
context:
space:
mode:
authorRafaƂ Borowiak <ravirael@gmail.com>2016-12-16 18:59:31 +0100
committerKirk Shoop <kirk.shoop@microsoft.com>2016-12-16 09:59:31 -0800
commit83be450f46e8230586395653a0c95269830dfca4 (patch)
tree7825ed1ba4debee4e8d28320419dcd88b2d13fad /Rx/v2/test
parent92e14a4ff831e0716b96788f1cb624f713e446ff (diff)
downloadRxCpp-83be450f46e8230586395653a0c95269830dfca4.tar.gz
decouple take_while from observable (#293)
* Implementation of take_while operator and tests * Refactored tests and changed documentation * Removed 'noexcept' specifier from helper class in take_while test * Removed 'const' specifier from not_equal_to helper class in take_while test in order to get rid of MSVC assignment operator warning. * decouple take_while from observable
Diffstat (limited to 'Rx/v2/test')
-rw-r--r--Rx/v2/test/operators/take_while.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rx/v2/test/operators/take_while.cpp b/Rx/v2/test/operators/take_while.cpp
index 6a23b86..68b5fc0 100644
--- a/Rx/v2/test/operators/take_while.cpp
+++ b/Rx/v2/test/operators/take_while.cpp
@@ -1,4 +1,5 @@
#include "../test.h"
+#include <rxcpp/operators/rx-take_while.hpp>
namespace {
class not_equal_to {