summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/generate.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/generate.hpp')
-rw-r--r--boost/compute/algorithm/generate.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/generate.hpp b/boost/compute/algorithm/generate.hpp
index c70a542683..9ac76a3dca 100644
--- a/boost/compute/algorithm/generate.hpp
+++ b/boost/compute/algorithm/generate.hpp
@@ -22,6 +22,8 @@ namespace compute {
/// Stores the result of \p generator for each element in the range
/// [\p first, \p last).
+///
+/// Space complexity: \Omega(1)
template<class OutputIterator, class Generator>
inline void generate(OutputIterator first,
OutputIterator last,