[all-commits] [llvm/llvm-project] 40aaa2: [libc++][ranges] P2711R1 Making multi-param constr...

Hristo Hristov via All-commits all-commits at lists.llvm.org
Thu Mar 23 10:30:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 40aaa272f145e633b29d5e70a4590cc425801f7e
      https://github.com/llvm/llvm-project/commit/40aaa272f145e633b29d5e70a4590cc425801f7e
  Author: Hristo Hristov <zingam at outlook.com>
  Date:   2023-03-23 (Thu, 23 Mar 2023)

  Changed paths:
    M libcxx/docs/Status/Cxx2b.rst
    M libcxx/docs/Status/Cxx2bPapers.csv
    M libcxx/include/__config
    M libcxx/include/__ranges/drop_view.h
    M libcxx/include/__ranges/drop_while_view.h
    M libcxx/include/__ranges/filter_view.h
    M libcxx/include/__ranges/iota_view.h
    M libcxx/include/__ranges/lazy_split_view.h
    M libcxx/include/__ranges/split_view.h
    M libcxx/include/__ranges/take_view.h
    M libcxx/include/__ranges/take_while_view.h
    M libcxx/include/__ranges/transform_view.h
    M libcxx/test/std/ranges/range.adaptors/range.drop.while/ctor.view.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.drop/ctor.view.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.drop/types.h
    M libcxx/test/std/ranges/range.adaptors/range.filter/ctor.view_pred.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.lazy.split/ctor.range.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.lazy.split/ctor.view.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.split/ctor.range.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.split/ctor.view.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.take.while/ctor.view.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.take/ctor.view_count.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.take/types.h
    M libcxx/test/std/ranges/range.adaptors/range.transform/ctor.view_function.pass.cpp
    M libcxx/test/std/ranges/range.factories/range.iota.view/ctor.first.last.pass.cpp
    M libcxx/test/std/ranges/range.factories/range.iota.view/ctor.value.bound.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] P2711R1 Making multi-param constructors of views explicit

Implemented [[ https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2711r1.html | P2711R1 ]] for existing views.
 (`join_with_view` is not yet implemented)

Reviewed By: #libc, philnik

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




More information about the All-commits mailing list