summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/mismatch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/mismatch.hpp')
-rw-r--r--boost/compute/algorithm/mismatch.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/mismatch.hpp b/boost/compute/algorithm/mismatch.hpp
index e7db883004..ff31f49f97 100644
--- a/boost/compute/algorithm/mismatch.hpp
+++ b/boost/compute/algorithm/mismatch.hpp
@@ -28,6 +28,8 @@ namespace compute {
/// Returns a pair of iterators pointing to the first position where the
/// range [\p first1, \p last1) and the range starting at \p first2
/// differ.
+///
+/// Space complexity: \Omega(1)
template<class InputIterator1, class InputIterator2>
inline std::pair<InputIterator1, InputIterator2>
mismatch(InputIterator1 first1,