[libcxx-commits] [PATCH] D145376: [libc++] add declval failure assertion for instantiation

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 26 06:48:24 PDT 2023


ldionne updated this revision to Diff 557360.
ldionne added a comment.

Rebase and apply comments. I will merge this if CI is green. Per the update in https://github.com/llvm/llvm-project/issues/61254, I don't think this causes any well-formed code to be rejected, and it fixes a real bug (https://github.com/llvm/llvm-project/issues/61202).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145376

Files:
  libcxx/include/__utility/declval.h
  libcxx/test/std/input.output/iostream.format/output.streams/ostream/deleted_output_functions.verify.cpp
  libcxx/test/std/utilities/utility/declval/declval.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145376.557360.patch
Type: text/x-patch
Size: 6871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230926/59eba9e2/attachment-0001.bin>


More information about the libcxx-commits mailing list