We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b536020 commit 0b6b44bCopy full SHA for 0b6b44b
source/diagnostics.tex
@@ -2289,8 +2289,8 @@
2289
\indexlibrarymember{swap}{basic_stacktrace}%
2290
\begin{itemdecl}
2291
template<class Allocator>
2292
-void swap(basic_stacktrace<Allocator>& a, basic_stacktrace<Allocator>& b)
2293
- noexcept(noexcept(a.swap(b)));
+ void swap(basic_stacktrace<Allocator>& a, basic_stacktrace<Allocator>& b)
+ noexcept(noexcept(a.swap(b)));
2294
\end{itemdecl}
2295
2296
\begin{itemdescr}
@@ -2319,7 +2319,7 @@
2319
\indexlibrarymember{to_string}{basic_stacktrace}%
2320
2321
2322
-string to_string(const basic_stacktrace<Allocator>& st);
+ string to_string(const basic_stacktrace<Allocator>& st);
2323
2324
2325
0 commit comments