[all-commits] [llvm/llvm-project] 5a2dbe: [libc++][test] Verify std::ranges::rbegin, crbegin...
Joseph Loser via All-commits
all-commits at lists.llvm.org
Wed May 25 07:51:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a2dbe49bedc15769319a2754a9c109bf3f5c678
https://github.com/llvm/llvm-project/commit/5a2dbe49bedc15769319a2754a9c109bf3f5c678
Author: Joe Loser <joeloser93 at gmail.com>
Date: 2022-05-25 (Wed, 25 May 2022)
Changed paths:
M libcxx/test/std/library/description/conventions/customization.point.object/cpo.compile.pass.cpp
Log Message:
-----------
[libc++][test] Verify std::ranges::rbegin, crbegin, rend, crend are CPOs
Uncomment the tests to ensure `std::ranges::rbegin` and friends are indeed
customization points objects.
Differential Revision: https://reviews.llvm.org/D126325
More information about the All-commits
mailing list