[libcxx-commits] [PATCH] D115607: [libc++] [ranges] Improve ranges::{begin, end, cbegin, cend, data, size, ssize}
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 13 11:34:53 PST 2021
- Previous message: [libcxx-commits] [PATCH] D115607: [libc++] [ranges] Improve ranges::{begin, end, cbegin, cend, data, size, ssize}
- Next message: [libcxx-commits] [PATCH] D115607: [libc++] [ranges] Improve ranges::{begin, end, cbegin, cend, data, size, ssize}
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Quuxplusone marked an inline comment as done.
Quuxplusone added a comment.
The GCC11 failures in https://reviews.llvm.org/harbormaster/unit/138963/ are due to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101239 and I need to find workarounds. (I'm inclined to just change `__t + 0` into `_VSTD::__decay_copy(__t)`.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115607/new/
https://reviews.llvm.org/D115607
- Previous message: [libcxx-commits] [PATCH] D115607: [libc++] [ranges] Improve ranges::{begin, end, cbegin, cend, data, size, ssize}
- Next message: [libcxx-commits] [PATCH] D115607: [libc++] [ranges] Improve ranges::{begin, end, cbegin, cend, data, size, ssize}
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the libcxx-commits
mailing list