[PATCH] libstdc++: Add P1206R7 from_range members to ordered maps [PR111055]

2025-03-14 Thread Tomasz Kamiński
This is another piece of P1206R7, adding new members to std::map and std::multimap. PR libstdc++/111055 libstdc++-v3/ChangeLog: * include/bits/ranges_base.h (__detail::__range_to_alloc_type): Define. * include/bits/stl_multimap.h: (inser_range) (multimap(f

Re: [PATCH] libstdc++: Add P1206R7 from_range members to ordered maps [PR111055]

2025-03-14 Thread Patrick Palka
On Fri, 14 Mar 2025, Tomasz Kamiński wrote: > This is another piece of P1206R7, adding new members to std::map > and std::multimap. There's a couple of instances of stray 8 spaces instead of tabs in the deduction guide hunks, besides that LGTM > > PR libstdc++/111055 > > libstdc++-v3/Cha

Re: [PATCH] libstdc++: Add P1206R7 from_range members to ordered maps [PR111055]

2025-03-14 Thread Tomasz Kaminski
On Fri, Mar 14, 2025 at 5:24 PM Tomasz Kamiński wrote: > This is another piece of P1206R7, adding new members to std::map > and std::multimap. > > PR libstdc++/111055 > > libstdc++-v3/ChangeLog: > > * include/bits/ranges_base.h (__detail::__range_to_alloc_type): > Define.