[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 10:56:42 PDT 2019


ldionne added a comment.

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.


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