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