Skip to content

Commit 7f4e3ba

Browse files
jensmaurertkoeppe
authored andcommitted
[mdspan.layout.stride.expo] Add missing \libconcept
1 parent d153a0f commit 7f4e3ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/containers.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19633,9 +19633,9 @@
1963319633
template<class M>
1963419634
concept @\defexposconcept{layout-mapping-alike}@ = requires { // \expos
1963519635
requires @\exposid{is-extents}@<typename M::extents_type>;
19636-
{ M::is_always_strided() } -> same_as<bool>;
19637-
{ M::is_always_exhaustive() } -> same_as<bool>;
19638-
{ M::is_always_unique() } -> same_as<bool>;
19636+
{ M::is_always_strided() } -> @\libconcept{same_as}@<bool>;
19637+
{ M::is_always_exhaustive() } -> @\libconcept{same_as}@<bool>;
19638+
{ M::is_always_unique() } -> @\libconcept{same_as}@<bool>;
1963919639
bool_constant<M::is_always_strided()>::value;
1964019640
bool_constant<M::is_always_exhaustive()>::value;
1964119641
bool_constant<M::is_always_unique()>::value;

0 commit comments

Comments
 (0)