summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/any_of.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/any_of.hpp')
-rw-r--r--boost/compute/algorithm/any_of.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/any_of.hpp b/boost/compute/algorithm/any_of.hpp
index b07779597c..54031fbac5 100644
--- a/boost/compute/algorithm/any_of.hpp
+++ b/boost/compute/algorithm/any_of.hpp
@@ -24,6 +24,8 @@ namespace compute {
///
/// \snippet test/test_any_all_none_of.cpp any_of
///
+/// Space complexity: \Omega(1)
+///
/// \see all_of(), none_of()
template<class InputIterator, class UnaryPredicate>
inline bool any_of(InputIterator first,