[libcxx-commits] [PATCH] D140632: [NFC][libc++] Removes concepts tests.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 23 09:11:52 PST 2022


Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Concepts should be supported by all supported compilers. This is
probably a left over from an older version of the expected patch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140632

Files:
  libcxx/test/std/utilities/expected/expected.expected/ctor/ctor.copy.pass.cpp
  libcxx/test/std/utilities/expected/expected.expected/ctor/ctor.move.pass.cpp
  libcxx/test/std/utilities/expected/expected.expected/dtor.pass.cpp
  libcxx/test/std/utilities/expected/expected.void/ctor/ctor.copy.pass.cpp
  libcxx/test/std/utilities/expected/expected.void/ctor/ctor.move.pass.cpp
  libcxx/test/std/utilities/expected/expected.void/dtor.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140632.485140.patch
Type: text/x-patch
Size: 4849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221223/88af3db3/attachment.bin>


More information about the libcxx-commits mailing list