libstdc++/tuple: Guard P2321R2 changes with __cpp_lib_ranges_zip
commitae8581ea5c525b6418ec011439de4d870da173d2
authorPatrick Palka <ppalka@redhat.com>
Thu, 18 Jan 2024 16:21:16 +0000 (18 11:21 -0500)
committerPatrick Palka <ppalka@redhat.com>
Thu, 18 Jan 2024 16:21:16 +0000 (18 11:21 -0500)
treece85e6a2d4879b0a55060371f94ec8fc2e7c235e
parent3d3145e9e1461e92bef02d55d36990261dd0444d
libstdc++/tuple: Guard P2321R2 changes with __cpp_lib_ranges_zip

Guard <tuple> additions from P2321R2 zip with __cpp_lib_ranges_zip
instead of __cplusplus > 202020L.

libstdc++-v3/ChangeLog:

* include/std/tuple [__cplusplus > 202002L]: Guard P2321R2
changes with __cpp_lib_ranges_zip instead.

Reviewed-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/include/std/tuple