summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/reverse_copy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/reverse_copy.hpp')
-rw-r--r--boost/compute/algorithm/reverse_copy.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/reverse_copy.hpp b/boost/compute/algorithm/reverse_copy.hpp
index c839f44651..9fda9d4e27 100644
--- a/boost/compute/algorithm/reverse_copy.hpp
+++ b/boost/compute/algorithm/reverse_copy.hpp
@@ -51,6 +51,8 @@ struct reverse_copy_kernel : public meta_kernel
/// Copies the elements in the range [\p first, \p last) in reversed
/// order to the range beginning at \p result.
///
+/// Space complexity: \Omega(1)
+///
/// \see reverse()
template<class InputIterator, class OutputIterator>
inline OutputIterator