Commit ccf56ae
committed
[meta.type.synop] Remove redundant cast in constant_wrapper declaration
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).1 parent fb46e16 commit ccf56ae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments