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
[meta.type.synop] Remove redundant cast in constant_wrapper declaration (#8218)
The use of `decltype(cw-fixed-value(X))` instead of just `decltype(X)`
is a workaround for a GCC bug: https://gcc.gnu.org/PR117392
There's no need for the standard to specify it this way.
Fixes NB US 79-146 (C++26 CD).
0 commit comments