[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 13:35:18 PDT 2019


rsmith updated this revision to Diff 224672.
rsmith added a comment.

Extend comment to explain how __declval gets a volatile-qualified return type.


Repository:
  rG LLVM Github Monorepo

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

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.224672.patch
Type: text/x-patch
Size: 4328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191011/850bebf0/attachment-0001.bin>


More information about the libcxx-commits mailing list