We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102de3e commit 22f21caCopy full SHA for 22f21ca
source/meta.tex
@@ -654,7 +654,7 @@
654
template<class T>
655
struct @\exposidnc{cw-fixed-value}@ { // \expos
656
using @\exposidnc{type}@ = T; // \expos
657
- constexpr @\exposidnc{cw-fixed-value}@(type v) noexcept : data(v) {}
+ constexpr @\exposidnc{cw-fixed-value}@(@\exposidnc{type}@ v) noexcept : @\exposidnc{data}@(v) {}
658
T @\exposidnc{data}@; // \expos
659
};
660
0 commit comments