Skip to content

Commit fb11b9b

Browse files
Eelistkoeppe
authored andcommitted
[span.cons] Fix indentation of remarks. (#2006)
1 parent 174c44e commit fb11b9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/containers.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10117,13 +10117,12 @@
1011710117
\tcode{size() == N \&\& data() == data(arr)}.
1011810118

1011910119
\pnum
10120-
\begin{remarks}
10120+
\remarks
1012110121
These constructors shall not participate in overload resolution unless:
1012210122
\begin{itemize}
1012310123
\item \tcode{extent == dynamic_extent || N == extent} is \tcode{true}, and
1012410124
\item \tcode{remove_pointer_t<decltype(data(arr))>(*)[]} is convertible to \tcode{ElementType(*)[]}.
1012510125
\end{itemize}
10126-
\end{remarks}
1012710126
\end{itemdescr}
1012810127

1012910128
\indexlibrary{\idxcode{span}!constructor}%

0 commit comments

Comments
 (0)