summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/find_if_not.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/find_if_not.hpp')
-rw-r--r--boost/compute/algorithm/find_if_not.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/find_if_not.hpp b/boost/compute/algorithm/find_if_not.hpp
index 61de050d31..a008a99469 100644
--- a/boost/compute/algorithm/find_if_not.hpp
+++ b/boost/compute/algorithm/find_if_not.hpp
@@ -22,6 +22,8 @@ namespace compute {
/// Returns an iterator pointing to the first element in the range
/// [\p first, \p last) for which \p predicate returns \c false.
///
+/// Space complexity: \Omega(1)
+///
/// \see find_if()
template<class InputIterator, class UnaryPredicate>
inline InputIterator find_if_not(InputIterator first,