diff options
Diffstat (limited to 'boost/compute/algorithm/rotate_copy.hpp')
-rw-r--r-- | boost/compute/algorithm/rotate_copy.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/rotate_copy.hpp b/boost/compute/algorithm/rotate_copy.hpp index fa1b44c5e5..679b3c998b 100644 --- a/boost/compute/algorithm/rotate_copy.hpp +++ b/boost/compute/algorithm/rotate_copy.hpp @@ -20,6 +20,8 @@ namespace compute { /// Performs left rotation such that element at n_first comes to the /// beginning and the output is stored in range starting at result. /// +/// Space complexity: \Omega(1) +/// /// \see rotate() template<class InputIterator, class OutputIterator> inline void rotate_copy(InputIterator first, |