[libcxx-commits] [libcxx] [libcxx] Allow string to use SSO in constant evaluation. (PR #66576)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Sep 17 21:20:55 PDT 2023
================
@@ -830,8 +830,8 @@ private:
{
union
{
- __long __l;
__short __s;
+ __long __l;
__raw __r;
----------------
philnik777 wrote:
Why is this change required?
https://github.com/llvm/llvm-project/pull/66576
More information about the libcxx-commits
mailing list