[libcxx-commits] [PATCH] D60592: [libc++] Fix build failure with _LIBCPP_DEBUG=0 when iterators return values instead of references

Tom Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 15 11:10:23 PDT 2019


thomasanderson added a comment.

In D60592#1467248 <https://reviews.llvm.org/D60592#1467248>, @ldionne wrote:

> 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.


Thank you @ldionne !


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60592/new/

https://reviews.llvm.org/D60592





More information about the libcxx-commits mailing list