summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/includes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/includes.hpp')
-rw-r--r--boost/compute/algorithm/includes.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/compute/algorithm/includes.hpp b/boost/compute/algorithm/includes.hpp
index c4e7c793e7..cfef9540a7 100644
--- a/boost/compute/algorithm/includes.hpp
+++ b/boost/compute/algorithm/includes.hpp
@@ -110,6 +110,7 @@ private:
/// \param last2 Iterator pointing to end of second set
/// \param queue Queue on which to execute
///
+/// Space complexity: \Omega(distance(\p first1, \p last1) + distance(\p first2, \p last2))
template<class InputIterator1, class InputIterator2>
inline bool includes(InputIterator1 first1,
InputIterator1 last1,