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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 15 10:51:49 PDT 2019


ldionne added a comment.

This seems to have broken some CI because we're using aliases instead of typedefs and this file needs to work in C++03.


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