summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/partition_copy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/partition_copy.hpp')
-rw-r--r--boost/compute/algorithm/partition_copy.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/partition_copy.hpp b/boost/compute/algorithm/partition_copy.hpp
index 80a2c6475f..3215ec0736 100644
--- a/boost/compute/algorithm/partition_copy.hpp
+++ b/boost/compute/algorithm/partition_copy.hpp
@@ -24,6 +24,8 @@ namespace compute {
/// and all of the elements for which \p predicate returns \c false to
/// the range beginning at \p first_false.
///
+/// Space complexity: \Omega(2n)
+///
/// \see partition()
template<class InputIterator,
class OutputIterator1,