[libcxx-commits] [PATCH] D75642: [libcxx][span] Remove const_iterator from std::span

Michael Schellenberger Costa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 21 14:06:27 PDT 2020


miscco added a comment.

In D75642#1995120 <https://reviews.llvm.org/D75642#1995120>, @zoecarver wrote:

> Looks like there are still white-space changes in the tests. And there are warning from the CI? Are those formatting warnings or "real" warnings?


There are some manual whitespace changes, where I removed double spaces that were previously used to align the `end` and `cend` versions. @ldionne referred to an attempt to clang-format the file


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75642





More information about the libcxx-commits mailing list