summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/none_of.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/none_of.hpp')
-rw-r--r--boost/compute/algorithm/none_of.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/none_of.hpp b/boost/compute/algorithm/none_of.hpp
index c25dd12a87..fc3ed94bc1 100644
--- a/boost/compute/algorithm/none_of.hpp
+++ b/boost/compute/algorithm/none_of.hpp
@@ -20,6 +20,8 @@ namespace compute {
/// Returns \c true if \p predicate returns \c true for none of the elements in
/// the range [\p first, \p last).
///
+/// Space complexity: \Omega(1)
+///
/// \see all_of(), any_of()
template<class InputIterator, class UnaryPredicate>
inline bool none_of(InputIterator first,