]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Add from_range_t constructors to debug ordered containers
authorJonathan Wakely <jwakely@redhat.com>
Wed, 19 Mar 2025 22:22:56 +0000 (22:22 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 20 Mar 2025 09:59:41 +0000 (09:59 +0000)
commitf3253bd7bd49e54fe56cfb7e41fed4d8183803de
treefb0fbf1ddd1643e30e3ddeccd82af85e162c36f4
parentd458020e19b686e0d46320e7d26fa876c19965a0
libstdc++: Add from_range_t constructors to debug ordered containers

libstdc++-v3/ChangeLog:

* include/debug/map.h (map): Add from_range constructors and
deduction guides.
* include/debug/multimap.h (multimap): Likewise.
* include/debug/multiset.h (multiset): Likewise.
* include/debug/set.h (set): Likewise.

Reviewed-by: Tomasz KamiƄski <tkaminsk@redhat.com>
libstdc++-v3/include/debug/map.h
libstdc++-v3/include/debug/multimap.h
libstdc++-v3/include/debug/multiset.h
libstdc++-v3/include/debug/set.h