Skip to content

Commit

Permalink
[stacktrace.format], [stacktrace.basic.hash] change rSec3 to rSec2
Browse files Browse the repository at this point in the history
These should not be nested below std::basic_stacktrace because they
apply to both std::stacktrace_entry and std::basic_stacktrace.
  • Loading branch information
jwakely authored and tkoeppe committed Nov 16, 2023
1 parent 706880e commit 5c0103c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/diagnostics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2400,7 +2400,7 @@
Equivalent to: \tcode{return os << to_string(st);}
\end{itemdescr}

\rSec3[stacktrace.format]{Formatting support}
\rSec2[stacktrace.format]{Formatting support}

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

\rSec3[stacktrace.basic.hash]{Hash support}
\rSec2[stacktrace.basic.hash]{Hash support}

\begin{itemdecl}
template<> struct hash<stacktrace_entry>;
Expand Down

0 comments on commit 5c0103c

Please sign in to comment.