summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/search.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/search.hpp')
-rw-r--r--boost/compute/algorithm/search.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/compute/algorithm/search.hpp b/boost/compute/algorithm/search.hpp
index 3d3d035b3c..a1f3dece62 100644
--- a/boost/compute/algorithm/search.hpp
+++ b/boost/compute/algorithm/search.hpp
@@ -34,6 +34,7 @@ namespace compute {
/// \param p_last Iterator pointing to end of pattern
/// \param queue Queue on which to execute
///
+/// Space complexity: \Omega(distance(\p t_first, \p t_last))
template<class TextIterator, class PatternIterator>
inline TextIterator search(TextIterator t_first,
TextIterator t_last,