diff --git a/include/experimental/__p1673_bits/conjugated.hpp b/include/experimental/__p1673_bits/conjugated.hpp index cd502e70..cd9145f2 100644 --- a/include/experimental/__p1673_bits/conjugated.hpp +++ b/include/experimental/__p1673_bits/conjugated.hpp @@ -117,7 +117,7 @@ auto conjugated( using return_element_type = typename NestedAccessor::element_type; using return_accessor_type = NestedAccessor; return mdspan - (a.data_handle(), a.mapping(), a.nested_accessor()); + (a.data_handle(), a.mapping(), a.accessor().nested_accessor()); } } // end namespace linalg