Skip to content

Commit

Permalink
Fix parenthesis position in submdspan
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Nov 29, 2024
1 parent 771e3ca commit b84b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/experimental/__p2630_bits/submdspan_mapping.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ layout_stride::mapping<Extents>::submdspan_mapping_impl(
(defined(__NVCC__) && \
(__CUDACC_VER_MAJOR__ * 100 + __CUDACC_VER_MINOR__ * 10) < 1120)
MDSPAN_IMPL_STANDARD_NAMESPACE::detail::tuple<decltype(detail::stride_of(slices))...>(
detail::stride_of(slices)...).values)),
detail::stride_of(slices)...)).values),
#else
MDSPAN_IMPL_STANDARD_NAMESPACE::detail::tuple(detail::stride_of(slices)...)).values),
#endif
Expand Down

0 comments on commit b84b56a

Please sign in to comment.