[all-commits] [llvm/llvm-project] 594fa1: [libc++][ranges] implement `std::ranges::drop_whil...

Hui via All-commits all-commits at lists.llvm.org
Tue Oct 18 11:36:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 594fa1474f0c96da864257c0cda31b9b8381cd15
      https://github.com/llvm/llvm-project/commit/594fa1474f0c96da864257c0cda31b9b8381cd15
  Author: Hui Xie <hui.xie1990 at gmail.com>
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
    M libcxx/docs/Status/Cxx20Papers.csv
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__ranges/drop_while_view.h
    M libcxx/include/module.modulemap.in
    M libcxx/include/ranges
    M libcxx/test/libcxx/private_headers.verify.cpp
    A libcxx/test/libcxx/ranges/range.adaptors/range.drop.while/assert.begin.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.drop.while/adaptor.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.drop.while/base.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.drop.while/begin.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.drop.while/borrowed.compile.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.drop.while/ctad.compile.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.drop.while/ctor.default.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.drop.while/ctor.view.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.drop.while/end.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.drop.while/general.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.drop.while/pred.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.drop.while/range.concept.compile.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] implement `std::ranges::drop_while_view`

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




More information about the All-commits mailing list