[libcxx-commits] [libcxx] [libc++] Implement P4206R0 Revert string support in std::constant_wrapper (PR #203338)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 11 22:21:02 PDT 2026
================
----------------
frederick-vs-ja wrote:
Look like that:
- Clang 21 was broken for `operator->*` and `operator=`, [Godbolt link](https://godbolt.org/z/veY8oqoTo); but not for compound assignment operators.
- Clang 22 was broken for all compound assignment operators, [Godbolt link](https://godbolt.org/z/soT8P8Ws1).
So I think we can avoid adding workaround to other operators.
https://github.com/llvm/llvm-project/pull/203338
More information about the libcxx-commits
mailing list