summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/partition_point.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/partition_point.hpp')
-rw-r--r--boost/compute/algorithm/partition_point.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/partition_point.hpp b/boost/compute/algorithm/partition_point.hpp
index 3cc2bc0ca6..748824512d 100644
--- a/boost/compute/algorithm/partition_point.hpp
+++ b/boost/compute/algorithm/partition_point.hpp
@@ -29,6 +29,8 @@ namespace compute {
/// \param predicate Unary predicate to be applied on each element
/// \param queue Queue on which to execute
///
+/// Space complexity: \Omega(1)
+///
/// \see partition() and stable_partition()
///
template<class InputIterator, class UnaryPredicate>