summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/is_permutation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/is_permutation.hpp')
-rw-r--r--boost/compute/algorithm/is_permutation.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/compute/algorithm/is_permutation.hpp b/boost/compute/algorithm/is_permutation.hpp
index 1e502efb37..88b89b7973 100644
--- a/boost/compute/algorithm/is_permutation.hpp
+++ b/boost/compute/algorithm/is_permutation.hpp
@@ -36,6 +36,7 @@ namespace compute {
/// \param last2 Iterator pointing to end of second range
/// \param queue Queue on which to execute
///
+/// Space complexity: \Omega(distance(\p first1, \p last1) + distance(\p first2, \p last2))
template<class InputIterator1, class InputIterator2>
inline bool is_permutation(InputIterator1 first1,
InputIterator1 last1,