[PATCH] D60592: [libc++] Fix build failure with _LIBCPP_DEBUG=0 when iterators return values instead of references
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 15 11:00:06 PDT 2019
ldionne added a comment.
In D60592#1467247 <https://reviews.llvm.org/D60592#1467247>, @ldionne wrote:
> In D60592#1467243 <https://reviews.llvm.org/D60592#1467243>, @ldionne wrote:
>
> > This seems to have broken some CI because we're using aliases instead of typedefs and this file needs to work in C++03.
>
>
> I'm working on a fix.
Should be fixed in r358433.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60592/new/
https://reviews.llvm.org/D60592
More information about the llvm-commits
mailing list