summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/transform.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/transform.hpp')
-rw-r--r--boost/compute/algorithm/transform.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/transform.hpp b/boost/compute/algorithm/transform.hpp
index 68750a6523..9137604d55 100644
--- a/boost/compute/algorithm/transform.hpp
+++ b/boost/compute/algorithm/transform.hpp
@@ -29,6 +29,8 @@ namespace compute {
///
/// \snippet test/test_transform.cpp transform_abs
///
+/// Space complexity: \Omega(1)
+///
/// \see copy()
template<class InputIterator, class OutputIterator, class UnaryOperator>
inline OutputIterator transform(InputIterator first,