Skip to content

Commit

Permalink
Fix mistake in layout_stride affecting MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Jan 4, 2024
1 parent 9fbe4b4 commit 2300994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/experimental/__p0009_bits/layout_stride.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ struct layout_stride {
: private detail::__no_unique_address_emulation<
detail::__compressed_pair<
Extents,
std::array<typename Extents::index_type, Extents::rank()>
detail::possibly_empty_array<typename Extents::index_type, Extents::rank()>
>
>
#endif
Expand Down

0 comments on commit 2300994

Please sign in to comment.