Skip to content

Commit a27009d

Browse files
authored
[mdspan.mdspan.cons] Fix typo (is_nothrow_constructible => is_nothrow_constructible_v)
1 parent fb84252 commit a27009d

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
@@ -25124,7 +25124,7 @@
2512425124
\item
2512525125
\tcode{(is_convertible_v<OtherIndexTypes, index_type> \&\& ...)} is \tcode{true},
2512625126
\item
25127-
\tcode{(is_nothrow_constructible<index_type, OtherIndexTypes> \&\& ...)} is \tcode{true},
25127+
\tcode{(is_nothrow_constructible_v<index_type, OtherIndexTypes> \&\& ...)} is \tcode{true},
2512825128
\item
2512925129
\tcode{N == rank() || N == rank_dynamic()} is \tcode{true},
2513025130
\item

0 commit comments

Comments
 (0)