summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/replace_copy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/replace_copy.hpp')
-rw-r--r--boost/compute/algorithm/replace_copy.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/replace_copy.hpp b/boost/compute/algorithm/replace_copy.hpp
index 7224bd3ae6..34f61b514f 100644
--- a/boost/compute/algorithm/replace_copy.hpp
+++ b/boost/compute/algorithm/replace_copy.hpp
@@ -25,6 +25,8 @@ namespace compute {
/// beginning at \p result while replacing each instance of \p old_value
/// with \p new_value.
///
+/// Space complexity: \Omega(1)
+///
/// \see replace()
template<class InputIterator, class OutputIterator, class T>
inline OutputIterator