Implement LWG-3646 std::ranges::view_interface::size returns a signed type
authorIgor Zhukov <fsb4000@yandex.ru>
Tue, 13 Dec 2022 00:07:26 +0000 (07:07 +0700)
committerIgor Zhukov <fsb4000@yandex.ru>
Fri, 16 Dec 2022 00:14:00 +0000 (07:14 +0700)
commitc45f382a12fc8ccc7324baad121ba5d262aab214
tree2ee7cf2ac89c232cf33cb3b086b943383f40a395
parent9c9b47c976238100add391f27cd7fb8bb20b5371
Implement LWG-3646 std::ranges::view_interface::size returns a signed type

Reviewed By: Mordante, philnik, #libc

Differential Revision: https://reviews.llvm.org/D139791
libcxx/docs/Status/Cxx2bIssues.csv
libcxx/include/__ranges/view_interface.h
libcxx/test/std/ranges/range.utility/view.interface/view.interface.pass.cpp