[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
Wed Dec 22 07:32:32 PST 2021


Quuxplusone updated this revision to Diff 395868.
Quuxplusone added a subscriber: mstorsjo.
Quuxplusone added a comment.

Change D112214 <https://reviews.llvm.org/D112214>'s `XFAIL` to `UNSUPPORTED`, since it passes now (for some reason).

@mstorsjo writes:

> I think it was technically undefined whether it fails or succeeds, so yeah it’s plausible that a random change could make it work again (it depended on which order the linker included some section pieces).


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
  libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115686.395868.patch
Type: text/x-patch
Size: 19619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211222/59bf800e/attachment-0001.bin>


More information about the libcxx-commits mailing list