[all-commits] [llvm/llvm-project] 146633: [libc++][P1872] span should have size_type, not in...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Nov 14 06:13:49 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1466335cf4b2854a0be1defcf279fe50772bad6f
      https://github.com/llvm/llvm-project/commit/1466335cf4b2854a0be1defcf279fe50772bad6f
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2019-11-14 (Thu, 14 Nov 2019)

  Changed paths:
    M libcxx/include/span
    M libcxx/test/std/containers/views/span.cons/assign.pass.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_len.fail.cpp
    M libcxx/test/std/containers/views/span.cons/ptr_len.pass.cpp
    M libcxx/test/std/containers/views/span.elem/op_idx.pass.cpp
    M libcxx/test/std/containers/views/span.iterators/rbegin.pass.cpp
    M libcxx/test/std/containers/views/span.obs/size.pass.cpp
    M libcxx/test/std/containers/views/span.obs/size_bytes.pass.cpp
    M libcxx/test/std/containers/views/span.sub/first.pass.cpp
    M libcxx/test/std/containers/views/span.sub/last.pass.cpp
    M libcxx/test/std/containers/views/span.sub/subspan.pass.cpp
    M libcxx/test/std/containers/views/types.pass.cpp
    M libcxx/www/cxx2a_status.html

  Log Message:
  -----------
  [libc++][P1872] span should have size_type, not index_type.

Thanks to Marek Kurdej for the patch.

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




More information about the All-commits mailing list