From f4e917181bfce23c5945551c943672cfeee54571 Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Tue, 22 Jul 2025 15:53:26 +0800 Subject: [PATCH] [const.wrap.class] Add \exposidnc to cw-operators --- source/meta.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}@;