We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174c44e commit fb11b9bCopy full SHA for fb11b9b
source/containers.tex
@@ -10117,13 +10117,12 @@
10117
\tcode{size() == N \&\& data() == data(arr)}.
10118
10119
\pnum
10120
-\begin{remarks}
+\remarks
10121
These constructors shall not participate in overload resolution unless:
10122
\begin{itemize}
10123
\item \tcode{extent == dynamic_extent || N == extent} is \tcode{true}, and
10124
\item \tcode{remove_pointer_t<decltype(data(arr))>(*)[]} is convertible to \tcode{ElementType(*)[]}.
10125
\end{itemize}
10126
-\end{remarks}
10127
\end{itemdescr}
10128
10129
\indexlibrary{\idxcode{span}!constructor}%
0 commit comments