libstdc++: Don't constrain some enable_borrowed_range specializations
authorPatrick Palka <ppalka@redhat.com>
Wed, 5 May 2021 16:07:52 +0000 (12:07 -0400)
committerPatrick Palka <ppalka@redhat.com>
Wed, 5 May 2021 16:07:52 +0000 (12:07 -0400)
commit2b71ca688b0ae14d3a35dab12f1f11a2a6292b7d
treeb23131e02c9f3ccc905e25582264dcc970955ff8
parent2663727d853438ee4d67b200a08f94a318745486
libstdc++: Don't constrain some enable_borrowed_range specializations

These constraints are already present on the template we're partially
specializing for.

libstdc++-v3/ChangeLog:

* include/bits/ranges_util.h (enable_borrowed_range<subrange>):
Remove constraints on this partial specialization.
* include/std/ranges (enable_borrowed_range<iota_view>):
Likewise.
libstdc++-v3/include/bits/ranges_util.h
libstdc++-v3/include/std/ranges