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 d13a034 commit d56d7c4Copy full SHA for d56d7c4
source/strings.tex
@@ -4105,7 +4105,7 @@
4105
\begin{itemize}
4106
\item \tcode{out_of_range} if \tcode{pos1 > size()},
4107
\item \tcode{length_error} if the length of the resulting string
4108
-would exceed\tcode{max_size()}, or
+would exceed \tcode{max_size()}, or
4109
\item any exceptions thrown by \tcode{allocator_traits<Allocator>::allocate.}
4110
\end{itemize}
4111
\end{itemdescr}
0 commit comments