From bda276d9821e1466de5d997bdca7add80db7a90d Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Fri, 7 Nov 2025 12:05:03 +0800 Subject: [PATCH] fix typo --- xml/issue4383.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/issue4383.xml b/xml/issue4383.xml index 23f0bfb973..ddb13109dc 100644 --- a/xml/issue4383.xml +++ b/xml/issue4383.xml @@ -243,11 +243,11 @@ function call operator.] }; } -template<exposition_only::cw_fixed_value X, typename> -struct constant_wrapper: exposition_only::cw_operators { - static constexpr const auto & value = X.data; +template<cw-fixed-value X, typename> +struct constant_wrapper: cw-operators { + static constexpr const auto & value = X.data; using type = constant_wrapper; - using value_type = typename decltype(X)::type; + using value_type = typename decltype(X)::type; template<constexpr-param R> constexpr auto operator=(R) const noexcept requires requires(value_type x) { x = R::value; }