diff --git a/source/meta.tex b/source/meta.tex index b754d82ecd..bc565d58b6 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -834,7 +834,7 @@ }; template<@\exposid{cw-fixed-value}@ X, class> -struct constant_wrapper : cw-operators { +struct constant_wrapper : @\exposidnc{cw-operators}@ { static constexpr const auto & value = X.@\exposid{data}@; using type = constant_wrapper; using value_type = typename decltype(X)::@\exposid{type}@;