summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/set_difference.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/set_difference.hpp')
-rw-r--r--boost/compute/algorithm/set_difference.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/set_difference.hpp b/boost/compute/algorithm/set_difference.hpp
index 17ce7bd3f6..85a846ba13 100644
--- a/boost/compute/algorithm/set_difference.hpp
+++ b/boost/compute/algorithm/set_difference.hpp
@@ -122,6 +122,8 @@ private:
/// will be stored
/// \param queue Queue on which to execute
///
+/// Space complexity:
+/// \Omega(2(distance(\p first1, \p last1) + distance(\p first2, \p last2)))
template<class InputIterator1, class InputIterator2, class OutputIterator>
inline OutputIterator set_difference(InputIterator1 first1,
InputIterator1 last1,