You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
- C++26 adds `= delete("should have a reason")` with https://wg21.link/P2573.
This is implemented by clang-19 onwards, and also backported by clang to
earlier language versions, so we can take advantage of it compiling with
`-std=c++20`.
Solution:
- Add `STDX_DELETED` macro to provide a reason where possible.
Note:
- This is also implemented by GCC 15 and later, but GCC does not backport the
feature to language versions before C++26.
0 commit comments