[libcxx-commits] [PATCH] D92725: [libc++] [LWG2993] reference_wrapper<T> conversion from U&&

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 6 09:26:35 PST 2020


Quuxplusone updated this revision to Diff 309777.
Quuxplusone marked an inline comment as done.
Quuxplusone added a comment.

Use C++17 `is_same_v` in one test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92725

Files:
  libcxx/docs/Cxx2aStatusIssuesStatus.csv
  libcxx/include/__functional_base
  libcxx/include/functional
  libcxx/test/std/utilities/function.objects/refwrap/refwrap.assign/copy_assign.pass.cpp
  libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/deduct.pass.cpp
  libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/type_conv_ctor.pass.cpp
  libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/type_conv_ctor2.pass.cpp
  libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/type_ctor.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92725.309777.patch
Type: text/x-patch
Size: 11289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201206/e19e74c4/attachment.bin>


More information about the libcxx-commits mailing list