[all-commits] [llvm/llvm-project] 010252: [libc++][ranges] Implement `views::single`.

Konstantin Varlamov via All-commits all-commits at lists.llvm.org
Fri May 6 14:27:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0102527352ff50a6d66402ab0fd8d857dcac3c5a
      https://github.com/llvm/llvm-project/commit/0102527352ff50a6d66402ab0fd8d857dcac3c5a
  Author: Konstantin Varlamov <varconst at apple.com>
  Date:   2022-05-06 (Fri, 06 May 2022)

  Changed paths:
    M libcxx/include/__ranges/lazy_split_view.h
    M libcxx/include/__ranges/single_view.h
    M libcxx/test/std/library/description/conventions/customization.point.object/cpo.compile.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.lazy.split/ctor.range.pass.cpp
    A libcxx/test/std/ranges/range.factories/range.single.view/cpo.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] Implement `views::single`.

This only adds the customization point object (which isn't pipeable),
the view itself has already been implemented previously.

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




More information about the All-commits mailing list