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; }