[all-commits] [llvm/llvm-project] 496e13: [libc++][test] Verify std::views::drop and std::vi...

Joseph Loser via All-commits all-commits at lists.llvm.org
Sat May 14 21:14:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 496e135b034d7d9a9f06853899b204644a0bfb1a
      https://github.com/llvm/llvm-project/commit/496e135b034d7d9a9f06853899b204644a0bfb1a
  Author: Joe Loser <joeloser93 at gmail.com>
  Date:   2022-05-14 (Sat, 14 May 2022)

  Changed paths:
    M libcxx/test/std/library/description/conventions/customization.point.object/cpo.compile.pass.cpp

  Log Message:
  -----------
  [libc++][test] Verify std::views::drop and std::views::join are CPOs

`std::views::drops` and `std::views::join` have been implemented, but the tests
verifying the CPOs for them are still commented out. Uncomment the tests.

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




More information about the All-commits mailing list