summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/equal.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/equal.hpp')
-rw-r--r--boost/compute/algorithm/equal.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/equal.hpp b/boost/compute/algorithm/equal.hpp
index 35d0c5f0ea..c3c8053b71 100644
--- a/boost/compute/algorithm/equal.hpp
+++ b/boost/compute/algorithm/equal.hpp
@@ -20,6 +20,8 @@ namespace compute {
/// Returns \c true if the range [\p first1, \p last1) and the range
/// beginning at \p first2 are equal.
+///
+/// Space complexity: \Omega(1)
template<class InputIterator1, class InputIterator2>
inline bool equal(InputIterator1 first1,
InputIterator1 last1,