[all-commits] [llvm/llvm-project] ead730: [libc++][ranges] Implement `ranges::generate{, _n}`.

Konstantin Varlamov via All-commits all-commits at lists.llvm.org
Tue Jul 26 15:50:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ead7302bbb148df2f53d028e1a446f5437bac916
      https://github.com/llvm/llvm-project/commit/ead7302bbb148df2f53d028e1a446f5437bac916
  Author: Konstantin Varlamov <varconst at apple.com>
  Date:   2022-07-26 (Tue, 26 Jul 2022)

  Changed paths:
    M libcxx/docs/Status/RangesAlgorithms.csv
    M libcxx/include/__algorithm/ranges_generate.h
    M libcxx/include/__algorithm/ranges_generate_n.h
    M libcxx/include/algorithm
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.generate/ranges_generate.pass.cpp
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.generate/ranges_generate_n.pass.cpp
    M libcxx/test/std/algorithms/ranges_robust_against_dangling.pass.cpp
    M libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp
    M libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
    M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] Implement `ranges::generate{,_n}`.

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




More information about the All-commits mailing list