[libcxx-commits] [PATCH] D68879: P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invocable that would internally conjure up a deprecated function type.

Richard Smith - zygoloid via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 11 11:01:18 PDT 2019


rsmith created this revision.
rsmith added reviewers: mclow.lists, EricWF.
Herald added subscribers: ldionne, christof.
Herald added a project: libc++.

The implementation of P1152R4 in Clang has resulted in some deprecation warnings appearing in the libc++ and libc++abi test suite. Fix or suppress these warnings.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D68879

Files:
  libcxx/include/__config
  libcxx/include/type_traits
  libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/result_of11.pass.cpp
  libcxxabi/test/unwind_06.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68879.224639.patch
Type: text/x-patch
Size: 4266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191011/05ca0b3d/attachment.bin>


More information about the libcxx-commits mailing list