[libcxx-commits] [PATCH] D138268: [libcxx] Fix std::equal not accepting volatile types by refactoring __equal_to
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 24 06:48:42 PST 2022
ldionne added a comment.
In D138268#3939747 <https://reviews.llvm.org/D138268#3939747>, @alvinhochun wrote:
> The CI build seems to have been stuck. @ldionne do you know what's going on? (I was told on IRC to ping you.)
We've been having some trouble with the CI lately, but it should more or less be resolved now.
That being said, this patch needs work. You are changing several algorithms but only adding tests to `std::equal`.
Also, we probably have a similar problem in `__less`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138268/new/
https://reviews.llvm.org/D138268
More information about the libcxx-commits
mailing list