summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/copy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/copy.hpp')
-rw-r--r--boost/compute/algorithm/copy.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/copy.hpp b/boost/compute/algorithm/copy.hpp
index 7779277b82..4866726f6e 100644
--- a/boost/compute/algorithm/copy.hpp
+++ b/boost/compute/algorithm/copy.hpp
@@ -826,6 +826,8 @@ dispatch_copy(InputIterator first,
/// );
/// \endcode
///
+/// Space complexity: \Omega(1)
+///
/// \see copy_n(), copy_if(), copy_async()
template<class InputIterator, class OutputIterator>
inline OutputIterator copy(InputIterator first,