Update Change Log for erase_if()

This commit is contained in:
Christian Mazakas
2022-02-23 11:56:19 -08:00
parent b994ddf894
commit 0897423e69

View File

@ -11,7 +11,8 @@
* Improved {cpp}20 support:
** All containers have been updated to support
heterogeneous `count`, `equal_range` and `find`.
** All containers now implement the member function `contains`
** All containers now implement the member function `contains`.
** `erase_if` has been implemented for all containers.
* Improved {cpp}23 support:
** All containers have been updated to support
heterogeneous `erase` and `extract`.