summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/remove.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/remove.hpp')
-rw-r--r--boost/compute/algorithm/remove.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/compute/algorithm/remove.hpp b/boost/compute/algorithm/remove.hpp
index 98feb1f9d8..086ba8cc7f 100644
--- a/boost/compute/algorithm/remove.hpp
+++ b/boost/compute/algorithm/remove.hpp
@@ -22,6 +22,8 @@ namespace compute {
/// Removes each element equal to \p value in the range [\p first,
/// \p last).
///
+/// Space complexity: \Omega(3n)
+///
/// \see remove_if()
template<class Iterator, class T>
inline Iterator remove(Iterator first,