File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -243,11 +243,11 @@ function call operator.]
243243 };
244244}
245245
246- template< exposition_only::cw_fixed_value X, typename>
247- struct constant_wrapper: exposition_only::cw_operators {
248- static constexpr const auto & value = X.data;
246+ template< < i >cw-fixed-value</ i > X, typename>
247+ struct constant_wrapper: < i >cw-operators</ i > {
248+ static constexpr const auto & value = X.< i > data</ i > ;
249249 using type = constant_wrapper;
250- using value_type = typename decltype(X)::type;
250+ using value_type = typename decltype(X)::< i > type</ i > ;
251251
252252 <del >template< <i >constexpr-param</i > R>
253253 constexpr auto operator=(R) const noexcept requires requires(value_type x) { x = R::value; }
You can’t perform that action at this time.
0 commit comments