diff options
Diffstat (limited to 'boost/compute/algorithm/replace.hpp')
-rw-r--r-- | boost/compute/algorithm/replace.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/replace.hpp b/boost/compute/algorithm/replace.hpp index fd649a2fad..336c1d3e0f 100644 --- a/boost/compute/algorithm/replace.hpp +++ b/boost/compute/algorithm/replace.hpp @@ -68,6 +68,8 @@ private: /// Replaces each instance of \p old_value in the range [\p first, /// \p last) with \p new_value. +/// +/// Space complexity: \Omega(1) template<class Iterator, class T> inline void replace(Iterator first, Iterator last, |