[libcxx-commits] [PATCH] D115686: [libc++] [P0849R8] Introduce _LIBCPP_AUTO_CAST(x) for auto(x)

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 19 07:47:39 PST 2021


Quuxplusone updated this revision to Diff 395334.
Quuxplusone added a comment.

Now that C++11 future uses `_LIBCPP_AUTO_CAST`, that macro needs to stop using `decay_t` and use `decay<T>::type` instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115686

Files:
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/access.h
  libcxx/include/__ranges/all.h
  libcxx/include/__ranges/size.h
  libcxx/include/__utility/auto_cast.h
  libcxx/include/__utility/decay_copy.h
  libcxx/include/future
  libcxx/include/module.modulemap
  libcxx/include/thread
  libcxx/include/utility
  libcxx/test/libcxx/diagnostics/detail.headers/utility/auto_cast.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/utility/decay_copy.module.verify.cpp
  libcxx/test/std/ranges/range.access/range.access.begin/begin.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.end/end.pass.cpp
  libcxx/test/std/ranges/range.access/range.prim/size.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115686.395334.patch
Type: text/x-patch
Size: 18856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211219/f65e155a/attachment-0001.bin>


More information about the libcxx-commits mailing list