]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Add from_range_t constructors to debug unordered containers
authorTomasz Kamiński <tkaminsk@redhat.com>
Thu, 20 Mar 2025 11:08:00 +0000 (12:08 +0100)
committerTomasz Kamiński <tkaminsk@redhat.com>
Thu, 20 Mar 2025 12:10:51 +0000 (13:10 +0100)
commit7cc40201a135112824e44edeeb29017151652402
treed9965c9e3b9c4b439ac1079a791a7d266d199a4a
parentf3253bd7bd49e54fe56cfb7e41fed4d8183803de
libstdc++: Add from_range_t constructors to debug unordered containers

libstdc++-v3/ChangeLog:

* include/debug/unordered_map (unordered_map): Add from_range
constructors and deduction guides.
(unordered_multimap): Likewise.
* include/debug/unordered_set (unordered_set): Add from_range
constructors and deduction guides.
(unordered_multiset): Likewise.

Reviewed-by: Jonathan Wakely <jwakely@redhat.com>
Signed-off-by: Tomasz Kamiński <tkaminsk@redhat.com>
libstdc++-v3/include/debug/unordered_map
libstdc++-v3/include/debug/unordered_set