summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/find.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/find.hpp')
-rw-r--r--boost/compute/algorithm/find.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/find.hpp b/boost/compute/algorithm/find.hpp
index ef3ebf0c47..a6225b8c99 100644
--- a/boost/compute/algorithm/find.hpp
+++ b/boost/compute/algorithm/find.hpp
@@ -22,6 +22,8 @@ namespace compute {
/// Returns an iterator pointing to the first element in the range
/// [\p first, \p last) that equals \p value.
+///
+/// Space complexity: \Omega(1)
template<class InputIterator, class T>
inline InputIterator find(InputIterator first,
InputIterator last,