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