From 020c64f64d44b6a3600f917fdbdd6b8a59ee5971 Mon Sep 17 00:00:00 2001 From: Thomas Padioleau Date: Wed, 26 Feb 2025 18:14:28 +0100 Subject: [PATCH] Review of @dalg24 --- include/experimental/__p0009_bits/layout_right.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {