diff --git a/include/experimental/__p0009_bits/layout_right.hpp b/include/experimental/__p0009_bits/layout_right.hpp index 42d4198e..04f1b640 100644 --- a/include/experimental/__p0009_bits/layout_right.hpp +++ b/include/experimental/__p0009_bits/layout_right.hpp @@ -132,7 +132,7 @@ class layout_right::mapping { MDSPAN_IMPL_PROPOSED_NAMESPACE::detail::is_layout_right_padded_mapping<_Mapping>::value && std::is_constructible_v)) MDSPAN_CONDITIONAL_EXPLICIT((!std::is_convertible_v)) - MDSPAN_INLINE_FUNCTION MDSPAN_IMPL_CONSTEXPR_14 + MDSPAN_INLINE_FUNCTION constexpr mapping(const _Mapping &__other) noexcept : __extents(__other.extents()) {