[libc++] Fix LWG3589 "The const lvalue reference overload of get for subrange..."
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Sat, 22 Jan 2022 19:33:12 +0000 (14:33 -0500)
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Tue, 1 Feb 2022 20:14:44 +0000 (15:14 -0500)
commit6a56d5cc25cd4a5e401649e76a4c5fae2493f670
tree9c32b3525d6d8ea82331584f0f40cf0b27862a0a
parentaefb2e134dd715c2c48a7b826d2d56db51ce63ac
[libc++] Fix LWG3589 "The const lvalue reference overload of get for subrange..."

https://cplusplus.github.io/LWG/issue3589

Differential Revision: https://reviews.llvm.org/D117961
libcxx/docs/Status/Cxx2bIssues.csv
libcxx/include/__ranges/subrange.h
libcxx/test/std/ranges/range.utility/range.subrange/get.pass.cpp