[libcxx-commits] [PATCH] D146190: Fix EBO on std::optional and std::variant when targeting the MSVC ABI

David Benjamin via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 10 14:30:18 PDT 2023


davidben updated this revision to Diff 512263.
davidben added a comment.

CI failure seems unrelated. Rebasing (changed test to use `std:size_t` since it seems you all have started qualifying it) and reuploading in hopes that clears.


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

https://reviews.llvm.org/D146190

Files:
  libcxx/docs/DesignDocs/ABIVersioning.rst
  libcxx/docs/index.rst
  libcxx/include/optional
  libcxx/include/variant
  libcxx/test/libcxx/utilities/optional/optional.object/optional_size.pass.cpp
  libcxx/test/libcxx/utilities/variant/variant.variant/variant_size.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146190.512263.patch
Type: text/x-patch
Size: 5064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230410/d1db4c82/attachment.bin>


More information about the libcxx-commits mailing list