Fznamznon added a comment. > should we try to land that today?
I'm not sure. It causes failures in libc++ testing: Failed Tests (3): llvm-libc++-shared.cfg.in :: std/ranges/range.access/end.pass.cpp llvm-libc++-shared.cfg.in :: std/ranges/range.access/rbegin.pass.cpp llvm-libc++-shared.cfg.in :: std/ranges/range.access/rend.pass.cpp I haven't figured out why. Trying to compile: #include <ranges> using RangeCREndT = decltype(std::ranges::crend); static_assert(!std::is_invocable_v<RangeCREndT, int (&)[]>); fails with this patch only using libc++, libstdc++ is fine. I'm not sure it is my misunderstanding, bug in the patch or bug in libc++. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D152003/new/ https://reviews.llvm.org/D152003 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits