libstdc++: Add missing constraint to std::span deduction guide [PR102280]
authorJonathan Wakely <jwakely@redhat.com>
Wed, 15 Sep 2021 20:49:29 +0000 (21:49 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 16 Sep 2021 21:59:47 +0000 (22:59 +0100)
commite67917f5df9d84f5aed3513b3931a82870d25135
tree7a14bcc449cadc237b1f14755d7f23b7c1aeed05
parent2c351dafcbc871c088ce09ae69bc08871f7df57b
libstdc++: Add missing constraint to std::span deduction guide [PR102280]

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/ChangeLog:

PR libstdc++/102280
* include/std/span (span(Range&&)): Add constraint to deduction
guide.
libstdc++-v3/include/std/span