Skip to content

Commit

Permalink
Merge pull request #368 from tpadioleau/fix-typo-submdspan
Browse files Browse the repository at this point in the history
Fix parenthesis position in submdspan
  • Loading branch information
crtrott authored Dec 2, 2024
2 parents 771e3ca + b84b56a commit ff2551d
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 ff2551d

Please sign in to comment.