Skip to content

Commit 5c0103c

Browse files
jwakelytkoeppe
authored andcommittedNov 16, 2023
[stacktrace.format], [stacktrace.basic.hash] change rSec3 to rSec2
These should not be nested below std::basic_stacktrace because they apply to both std::stacktrace_entry and std::basic_stacktrace.
1 parent 706880e commit 5c0103c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎source/diagnostics.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@
24002400
Equivalent to: \tcode{return os << to_string(st);}
24012401
\end{itemdescr}
24022402

2403-
\rSec3[stacktrace.format]{Formatting support}
2403+
\rSec2[stacktrace.format]{Formatting support}
24042404

24052405
\begin{itemdecl}
24062406
template<> struct formatter<stacktrace_entry>;
@@ -2442,7 +2442,7 @@
24422442
copying \tcode{to_string(s)} through the output iterator of the context.
24432443
\end{itemdescr}
24442444

2445-
\rSec3[stacktrace.basic.hash]{Hash support}
2445+
\rSec2[stacktrace.basic.hash]{Hash support}
24462446

24472447
\begin{itemdecl}
24482448
template<> struct hash<stacktrace_entry>;

0 commit comments

Comments
 (0)
Please sign in to comment.