[all-commits] [llvm/llvm-project] c5ff40: [libcxx][span] Remove const_iterator from std::span

Michael Schellenberger Costa via All-commits all-commits at lists.llvm.org
Thu May 14 05:34:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c5ff4031c6d1dd20e9b9a4929f537a1e50bcf76c
      https://github.com/llvm/llvm-project/commit/c5ff4031c6d1dd20e9b9a4929f537a1e50bcf76c
  Author: Michael Schellenberger Costa <mschellenbergercosta at googlemail.com>
  Date:   2020-05-14 (Thu, 14 May 2020)

  Changed paths:
    M libcxx/include/span
    M libcxx/test/std/containers/views/span.iterators/begin.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/end.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rbegin.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rend.pass.cpp
    M libcxx/test/std/containers/views/types.pass.cpp
    M libcxx/www/cxx2a_status.html

  Log Message:
  -----------
  [libcxx][span] Remove const_iterator from std::span

This implements the resolution to LWG-3320.

Differential Revision: https://reviews.llvm.org/D75642




More information about the All-commits mailing list