summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/merge.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/merge.hpp')
-rw-r--r--boost/compute/algorithm/merge.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/merge.hpp b/boost/compute/algorithm/merge.hpp
index 875a283044..ff3e6e879a 100644
--- a/boost/compute/algorithm/merge.hpp
+++ b/boost/compute/algorithm/merge.hpp
@@ -37,6 +37,8 @@ namespace compute {
///
/// \return \c OutputIterator to the end of the result range
///
+/// Space complexity: \Omega(distance(\p first1, \p last1) + distance(\p first2, \p last2))
+///
/// \see inplace_merge()
template<class InputIterator1,
class InputIterator2,