[libcxx-commits] [libcxx] [libc++] Remove unused defaulted template arg from `__rewrap_range`. (PR #67733)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 29 08:57:53 PDT 2023
ldionne wrote:
> The CI is failing in https://buildkite.com/llvm-project/libcxx-ci/builds/30092#018add7f-bf00-44ec-9959-2a1ac111d99c because the benchmarks already committed to `main` are trying to use `ranges::ends_with` in C++20 mode. What should I do about that? @var-const
This should be fixed on `main` now.
https://github.com/llvm/llvm-project/pull/67733
More information about the libcxx-commits
mailing list