Skip to content

Commit f252ce8

Browse files
hewillkjwakely
authored andcommitted
fix typo
1 parent 28dae65 commit f252ce8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/issue4383.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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&lt;<i>cw-fixed-value</i> X, typename&gt;
247+
struct constant_wrapper: <i>cw-operators</i> {
248+
static constexpr const auto &amp; 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&lt;<i>constexpr-param</i> R&gt;
253253
constexpr auto operator=(R) const noexcept requires requires(value_type x) { x = R::value; }

0 commit comments

Comments
 (0)