summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/search_n.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/search_n.hpp')
-rw-r--r--boost/compute/algorithm/search_n.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/compute/algorithm/search_n.hpp b/boost/compute/algorithm/search_n.hpp
index 9e03111bb0..86ff64dfd9 100644
--- a/boost/compute/algorithm/search_n.hpp
+++ b/boost/compute/algorithm/search_n.hpp
@@ -102,6 +102,7 @@ private:
/// \param value Value which repeats
/// \param queue Queue on which to execute
///
+/// Space complexity: \Omega(distance(\p t_first, \p t_last))
template<class TextIterator, class ValueType>
inline TextIterator search_n(TextIterator t_first,
TextIterator t_last,