We propose the following change to the C++ Working Paper. If an mdspan object x has noncomplex value_type, and if that mdspan does not already have accessor type conjugated_accessor<A> for some nested accessor type A, then we propose to change conjugated(x) just to return x.
Abstract:
We propose the following change to the C++ Working Paper. If an
mdspan
objectx
has noncomplexvalue_type
, and if thatmdspan
does not already have accessor typeconjugated_accessor<A>
for some nested accessor typeA
, then we propose to changeconjugated(x)
just to returnx
.I submitted this already as P3050R0.