summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/for_each_n.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/for_each_n.hpp')
-rw-r--r--boost/compute/algorithm/for_each_n.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/for_each_n.hpp b/boost/compute/algorithm/for_each_n.hpp
index d0be784bf7..77932ab209 100644
--- a/boost/compute/algorithm/for_each_n.hpp
+++ b/boost/compute/algorithm/for_each_n.hpp
@@ -19,6 +19,8 @@ namespace compute {
/// Calls \p function on each element in the range [\p first, \p first
/// \c + \p count).
///
+/// Space complexity: \Omega(1)
+///
/// \see for_each()
template<class InputIterator, class Size, class UnaryFunction>
inline UnaryFunction for_each_n(InputIterator first,