You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -6660,7 +6660,7 @@ Vector v2 is a copy of v1 with the value 7 removed:
6660
6660
6661
6661
## <a name="remove_copy_if"></a> `remove_copy_if`
6662
6662
6663
-
Copies elements from a source range to a destination range, except for elements that satisfy a predicate. Elements are copied without disturbing the order of the remaining elements. Returns the end of a new destination range.
6663
+
Copies elements from a source range to a destination range, except for elements that satisfy a predicate. Elements are copied without disturbing the order of the remaining elements. Returns the end of a new destination range.
6664
6664
6665
6665
```cpp
6666
6666
template<class InputIterator, class OutputIterator, class UnaryPredicate>
0 commit comments