[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
Tue Apr 18 13:38:03 PDT 2023


davidben added inline comments.


================
Comment at: libcxx/docs/index.rst:123
 Linux           i386, x86_64, arm, arm64  Only glibc-2.24 and later and no other libc is officially supported
-Windows         i386, x86_64              Both MSVC and MinGW style environments
+Windows         i386, x86_64              Both MSVC and MinGW style environments, ABI in MSVC environments is :doc:`unstable <ABIVersioning>`
 AIX 7.2TL5+     powerpc, powerpc64
----------------
Mordante wrote:
> 
That didn't work (looks like `:ref:` is for links within a document), but I repro'd it and fixed it. Just was missing the `DesignDocs` path.


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

https://reviews.llvm.org/D146190



More information about the libcxx-commits mailing list