[libcxx-commits] [PATCH] D96235: [libcxx] adds concepts `std::invocable` and `std::regular_invocable`

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 9 18:11:33 PST 2021


cjdb updated this revision to Diff 322561.
cjdb added a comment.

fixes build issue and replaces `std::` with `_VSTD::`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96235/new/

https://reviews.llvm.org/D96235

Files:
  libcxx/include/concepts
  libcxx/test/std/concepts/callable/functions.h
  libcxx/test/std/concepts/callable/invocable.compile.pass.cpp
  libcxx/test/std/concepts/callable/regularinvocable.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96235.322561.patch
Type: text/x-patch
Size: 9887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210210/fba6d866/attachment.bin>


More information about the libcxx-commits mailing list