Commit 4dc99a2
committed
NB US 79-146 (C++26 CD): [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.1 parent cf35505 commit 4dc99a2
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