Re: [PATCH 2/2] libstdc++/pair: Guard P2321R2 changes with __glibcxx_ranges_zip

2024-01-16 Thread Jonathan Wakely
On Wed, 17 Jan 2024 at 02:41, Patrick Palka wrote: > > Similar to the previous change for , but since stl_pair.h is an > internal header we need to use the corresponding internal macro instead. OK thanks. > > libstdc++-v3/ChangeLog: > > * include/bits/stl_pair.h [__cplusplus > 202002L]:

[PATCH 2/2] libstdc++/pair: Guard P2321R2 changes with __glibcxx_ranges_zip

2024-01-16 Thread Patrick Palka
Similar to the previous change for , but since stl_pair.h is an internal header we need to use the corresponding internal macro instead. libstdc++-v3/ChangeLog: * include/bits/stl_pair.h [__cplusplus > 202002L]: Guard P2321R2 changes with __glibcxx_ranges_zip instead. --- libstdc