Skip to content

Commit dec596a

Browse files
frederick-vs-jajensmaurer
authored andcommitted
[mdspan.mdspan.overview] Fix misplacing for \exposid and .
1 parent f72d8a1 commit dec596a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23238,7 +23238,7 @@
2323823238
constexpr bool is_exhaustive() const
2323923239
{ return @\exposid{map_}@.is_exhaustive(); }
2324023240
constexpr bool is_strided() const
23241-
{ return @\exposid{map_.}@is_strided(); }
23241+
{ return @\exposid{map_}@.is_strided(); }
2324223242
constexpr index_type stride(rank_type r) const
2324323243
{ return @\exposid{map_}@.stride(r); }
2324423244

0 commit comments

Comments
 (0)