From 5c0103c0a656cbcd725780388b0879e992a1b21a Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 16 Nov 2023 15:38:47 +0000 Subject: [PATCH] [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. --- source/diagnostics.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/diagnostics.tex b/source/diagnostics.tex index 12a3cb75b0..9d049077ee 100644 --- a/source/diagnostics.tex +++ b/source/diagnostics.tex @@ -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; @@ -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;