Skip to content

Commit

Permalink
Review of @dalg24
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau authored Feb 26, 2025
1 parent 8fe01f5 commit 020c64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/layout_right.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class layout_right::mapping {
MDSPAN_IMPL_PROPOSED_NAMESPACE::detail::is_layout_right_padded_mapping<_Mapping>::value
&& std::is_constructible_v<extents_type, typename _Mapping::extents_type>))
MDSPAN_CONDITIONAL_EXPLICIT((!std::is_convertible_v<typename _Mapping::extents_type, extents_type>))
MDSPAN_INLINE_FUNCTION MDSPAN_IMPL_CONSTEXPR_14
MDSPAN_INLINE_FUNCTION constexpr
mapping(const _Mapping &__other) noexcept
: __extents(__other.extents())
{
Expand Down

0 comments on commit 020c64f

Please sign in to comment.