summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/fill_n.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/fill_n.hpp')
-rw-r--r--boost/compute/algorithm/fill_n.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/fill_n.hpp b/boost/compute/algorithm/fill_n.hpp
index 18a8f706a5..6be2d280a6 100644
--- a/boost/compute/algorithm/fill_n.hpp
+++ b/boost/compute/algorithm/fill_n.hpp
@@ -20,6 +20,8 @@ namespace compute {
/// Fills the range [\p first, \p first + count) with \p value.
///
+/// Space complexity: \Omega(1)
+///
/// \see fill()
template<class BufferIterator, class Size, class T>
inline void fill_n(BufferIterator first,