[all-commits] [llvm/llvm-project] 600686: [libcxx][ranges] Add ranges::size CPO.

Zoe Carver via All-commits all-commits at lists.llvm.org
Tue May 4 21:54:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 600686d75f552dcecd9ef83aa8d3163c620f4429
      https://github.com/llvm/llvm-project/commit/600686d75f552dcecd9ef83aa8d3163c620f4429
  Author: zoecarver <z.zoelec2 at gmail.com>
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__ranges/size.h
    M libcxx/include/ranges
    M libcxx/include/type_traits
    A libcxx/test/std/ranges/range.access/range.prim/size.pass.cpp

  Log Message:
  -----------
  [libcxx][ranges] Add ranges::size CPO.

The begining of [range.prim].

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


  Commit: 6f1b10df916f2d538dd56da2d9976169708d2ac3
      https://github.com/llvm/llvm-project/commit/6f1b10df916f2d538dd56da2d9976169708d2ac3
  Author: zoecarver <z.zoelec2 at gmail.com>
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
    M libcxx/include/__ranges/size.h
    M libcxx/include/ranges
    M libcxx/test/std/ranges/range.access/range.prim/size.pass.cpp
    A libcxx/test/std/ranges/range.access/range.prim/ssize.pass.cpp

  Log Message:
  -----------
  [libcxx][ranges] Add ranges::ssize CPO.

Based on D101079.

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


Compare: https://github.com/llvm/llvm-project/compare/1fef5c88a69e...6f1b10df916f


More information about the All-commits mailing list