[all-commits] [llvm/llvm-project] 5671ff: [libcxx] Implement view.interface.

Zoe Carver via All-commits all-commits at lists.llvm.org
Tue Jun 1 12:35:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5671ff20d92b17d9b95cb5c9e08cc109fe77844e
      https://github.com/llvm/llvm-project/commit/5671ff20d92b17d9b95cb5c9e08cc109fe77844e
  Author: zoecarver <z.zoelec2 at gmail.com>
  Date:   2021-06-01 (Tue, 01 Jun 2021)

  Changed paths:
    M libcxx/docs/OneRangesProposalStatus.csv
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__ranges/view_interface.h
    M libcxx/include/ranges
    A libcxx/test/std/ranges/range.utility/view.interface/view.interface.pass.cpp

  Log Message:
  -----------
  [libcxx] Implement view.interface.

This will unblock work on ranges::view. Based on D101396.

Refs http://eel.is/c++draft/view.interface.

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




More information about the All-commits mailing list