================
@@ -0,0 +1,16 @@
+.. title:: clang-tidy - modernize-use-std-erase
+
+modernize-use-std-erase
+=======================
+
+Replaces erase-remove idiom with C++20's `std::erase` and `std::erase_if`
----------------
EugeneZelenko wrote:

```suggestion
Replaces erase-remove idiom with C++20's ``std::erase`` and ``std::erase_if``
```

Plus formatting.

https://github.com/llvm/llvm-project/pull/193407
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to