forked from boostorg/unordered
Update changelog to include notes on contains()
This commit is contained in:
@ -15,6 +15,7 @@
|
|||||||
* Improved C++20 support:
|
* Improved C++20 support:
|
||||||
* All containers have been updated to support
|
* All containers have been updated to support
|
||||||
heterogeneous `count`, `equal_range` and `find`.
|
heterogeneous `count`, `equal_range` and `find`.
|
||||||
|
* All containers now implement the member function `contains`
|
||||||
* Improved C++23 support:
|
* Improved C++23 support:
|
||||||
* All containers have been updated to support
|
* All containers have been updated to support
|
||||||
heterogeneous `erase` and `extract`.
|
heterogeneous `erase` and `extract`.
|
||||||
|
Reference in New Issue
Block a user