Skip to content

Commit

Permalink
fix for clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Jan 7, 2025
1 parent eecd016 commit ba940cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/multi/array_ref.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3294,7 +3294,7 @@ class array_ref : public subarray<
// (D == 1), // continuous_layout<1, typename std::pointer_traits<ElementPtr>::difference_type>,
// layout_t<D, typename std::pointer_traits<ElementPtr>::difference_type>,
::boost::multi::layout_t<
dimensionality_type(D),
dimensionality_type{D},
typename std::pointer_traits<ElementPtr>::difference_type > // multi:: needed for msvc
// >::type
;
Expand Down

0 comments on commit ba940cd

Please sign in to comment.