summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/adjacent_find.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/adjacent_find.hpp')
-rw-r--r--boost/compute/algorithm/adjacent_find.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/adjacent_find.hpp b/boost/compute/algorithm/adjacent_find.hpp
index 992a01eddc..a71a817f57 100644
--- a/boost/compute/algorithm/adjacent_find.hpp
+++ b/boost/compute/algorithm/adjacent_find.hpp
@@ -114,6 +114,8 @@ adjacent_find_with_atomics(InputIterator first,
/// \return \c InputIteratorm to the first element which compares equal
/// to the following element. If none are equal, returns \c last.
///
+/// Space complexity: \Omega(1)
+///
/// \see find(), adjacent_difference()
template<class InputIterator, class Compare>
inline InputIterator