Skip to content

Commit 84cf8ef

Browse files
[mdspan.mdspan.cons] OtherIndexType is not a parameter pack; missing _v (#6263)
1 parent d5160c6 commit 84cf8ef

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
@@ -21199,7 +21199,7 @@
2119921199
\item
2120021200
\tcode{is_convertible_v<const OtherIndexType\&, index_type>} is \tcode{true},
2120121201
\item
21202-
\tcode{(is_nothrow_constructible<index_type, const OtherIndexType\&> \&\& ...)} is \tcode{true},
21202+
\tcode{is_nothrow_constructible_v<index_type, const OtherIndexType\&>} is \tcode{true},
2120321203
\item
2120421204
\tcode{N == rank() || N == rank_dynamic()} is \tcode{true},
2120521205
\item

0 commit comments

Comments
 (0)