diff --git a/source/meta.tex b/source/meta.tex index c7600be5f4..6d07c732cb 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -169,7 +169,7 @@ template struct @\exposidnc{cw-fixed-value}@; // \expos - template<@\exposidnc{cw-fixed-value}@ X, class = typename decltype(@\exposid{cw-fixed-value}@(X))::@\exposid{type}@> + template<@\exposidnc{cw-fixed-value}@ X, class = typename decltype(X)::@\exposid{type}@> struct constant_wrapper; template