[all-commits] [llvm/llvm-project] 8f1d87: [libc++][ranges] Implement `permutable`.

Konstantin Varlamov via All-commits all-commits at lists.llvm.org
Wed Feb 9 20:36:04 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f1d8785df928040a9ee964eca02f95eb114182a
      https://github.com/llvm/llvm-project/commit/8f1d8785df928040a9ee964eca02f95eb114182a
  Author: Konstantin Varlamov <varconst at apple.com>
  Date:   2022-02-09 (Wed, 09 Feb 2022)

  Changed paths:
    M libcxx/docs/Status/RangesPaper.csv
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__iterator/permutable.h
    M libcxx/include/iterator
    M libcxx/include/module.modulemap
    A libcxx/test/libcxx/diagnostics/detail.headers/iterator/permutable.module.verify.cpp
    A libcxx/test/std/iterators/iterator.requirements/alg.req.permutable/permutable.compile.pass.cpp
    A libcxx/test/std/iterators/iterator.requirements/alg.req.permutable/permutable.subsumption.compile.pass.cpp

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

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




More information about the All-commits mailing list