[libcxx-commits] [PATCH] D99801: [libcxx] adds Microsoft/STL tests for P0898R3

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 2 09:50:47 PDT 2021


cjdb created this revision.
cjdb added reviewers: ldionne, EricWF, CaseyCarter, curdeius, miscco, Mordante, Quuxplusone, zoecarver.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

It was agreed upon early in the process of adding `<concepts>` to libc++
that Microsoft's STL tests should be transplanted for cross-pollination.
This patch honours that.

Since these tests have already been reviewed by the folks working on
Microsoft/STL, libc++ reviewers should consult
`libcxx/test/msvc-stl/README.md`.

Depends on D96477 <https://reviews.llvm.org/D96477>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99801

Files:
  libcxx/test/msvc-stl/P0898R3_concepts/invocable_cc.hpp
  libcxx/test/msvc-stl/P0898R3_concepts/test.pass.cpp
  libcxx/test/msvc-stl/P0898R3_identity/test.pass.cpp
  libcxx/test/msvc-stl/README.md

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99801.334976.patch
Type: text/x-patch
Size: 194316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210402/332b061f/attachment-0001.bin>


More information about the libcxx-commits mailing list