[all-commits] [llvm/llvm-project] c2cd15: [libc++][ranges] Implement ranges::mismatch

philnik777 via All-commits all-commits at lists.llvm.org
Tue Mar 8 14:21:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c2cd15a6653197904e2cf8ffb40abc47770256a6
      https://github.com/llvm/llvm-project/commit/c2cd15a6653197904e2cf8ffb40abc47770256a6
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-03-08 (Tue, 08 Mar 2022)

  Changed paths:
    M libcxx/docs/Status/RangesAlgorithms.csv
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__algorithm/ranges_mismatch.h
    M libcxx/include/algorithm
    M libcxx/include/module.modulemap
    A libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_mismatch.module.verify.cpp
    A libcxx/test/std/algorithms/alg.nonmodifying/mismatch/ranges_mismatch.pass.cpp
    M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] Implement ranges::mismatch

Implement `ranges::mismatch`

Reviewed By: Quuxplusone, ldionne, #libc

Spies: libcxx-commits, mgorny

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




More information about the All-commits mailing list