Skip to content

Commit

Permalink
Merge branch 'fixes-msvc-permissive' into 'master'
Browse files Browse the repository at this point in the history
expt with space before >

See merge request correaa/boost-multi!1316
  • Loading branch information
correaa committed Jan 7, 2025
2 parents b4e1bcb + ba940cd commit 1e0425d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/boost/multi/array_ref.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3293,7 +3293,9 @@ class array_ref : public subarray<
using subarray_layout = // typename std::conditional<
// (D == 1), // continuous_layout<1, typename std::pointer_traits<ElementPtr>::difference_type>,
// layout_t<D, typename std::pointer_traits<ElementPtr>::difference_type>,
multi::layout_t<D, typename std::pointer_traits<ElementPtr>::difference_type> // multi:: needed for msvc
::boost::multi::layout_t<
dimensionality_type{D},
typename std::pointer_traits<ElementPtr>::difference_type > // multi:: needed for msvc
// >::type
;

Expand Down

0 comments on commit 1e0425d

Please sign in to comment.