summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/remove_if.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/remove_if.hpp')
-rw-r--r--boost/compute/algorithm/remove_if.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/remove_if.hpp b/boost/compute/algorithm/remove_if.hpp
index 5e416bef88..9aece18bbd 100644
--- a/boost/compute/algorithm/remove_if.hpp
+++ b/boost/compute/algorithm/remove_if.hpp
@@ -22,6 +22,8 @@ namespace compute {
/// Removes each element for which \p predicate returns \c true in the
/// range [\p first, \p last).
///
+/// Space complexity: \Omega(3n)
+///
/// \see remove()
template<class Iterator, class Predicate>
inline Iterator remove_if(Iterator first,