summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorRafaƂ Borowiak <ravirael@gmail.com>2016-12-22 06:38:38 +0100
committerKirk Shoop <kirk.shoop@microsoft.com>2016-12-21 21:38:38 -0800
commitc11c2d727c25dce0bdc34fa7fd850b31dd66ccf8 (patch)
tree450c29110877717b808703df814bba91aaf03d55 /projects
parentae41c69ff2684ad2d80841948e0bed203a0b7504 (diff)
downloadRxCpp-c11c2d727c25dce0bdc34fa7fd850b31dd66ccf8.tar.gz
take_while snippet (#299)
* 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 * Added take_while snippet. * Fixed CMakeLists closing parenthesis.
Diffstat (limited to 'projects')
-rw-r--r--projects/doxygen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/doxygen/CMakeLists.txt b/projects/doxygen/CMakeLists.txt
index cfebb1d..f5e66c4 100644
--- a/projects/doxygen/CMakeLists.txt
+++ b/projects/doxygen/CMakeLists.txt
@@ -100,6 +100,7 @@ if(DOXYGEN_FOUND)
${DOXY_EXAMPLES_SRC_DIR}/take.cpp
${DOXY_EXAMPLES_SRC_DIR}/take_last.cpp
${DOXY_EXAMPLES_SRC_DIR}/take_until.cpp
+ ${DOXY_EXAMPLES_SRC_DIR}/take_while.cpp
${DOXY_EXAMPLES_SRC_DIR}/tap.cpp
${DOXY_EXAMPLES_SRC_DIR}/time_interval.cpp
${DOXY_EXAMPLES_SRC_DIR}/timeout.cpp