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