Skip to content

Commit 2a9f7a1

Browse files
committed
[stacktrace.basic.ctor] Improve phrasing of frames_ initialization failure.
1 parent eda83f8 commit 2a9f7a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/utilities.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21445,7 +21445,7 @@
2144521445
with \tcode{frames_} storing
2144621446
the stacktrace of the current evaluation in the current thread of execution, or
2144721447
an empty \tcode{basic_stacktrace} object
21448-
if \tcode{frames_} initialization failed.
21448+
if the initialization of \tcode{frames_} failed.
2144921449
\tcode{alloc} is passed to the constructor of the \tcode{frames_} object.
2145021450

2145121451
\begin{note}
@@ -21476,7 +21476,7 @@
2147621476
where \tcode{frames_} is direct-non-list-initialized from arguments
2147721477
\tcode{t.begin() + min(n, skip)}, \tcode{t.end()}, and \tcode{alloc},
2147821478
or an empty \tcode{basic_stacktrace} object
21479-
if the \tcode{frames_} initialization failed.
21479+
if the initialization of \tcode{frames_} failed.
2148021480
\end{itemdescr}
2148121481

2148221482
\indexlibrarymember{current}{basic_stacktrace}%
@@ -21502,7 +21502,7 @@
2150221502
\tcode{t.begin() + min(n, skip)}, \tcode{t.begin() + min(n, skip + max_depth)},
2150321503
and \tcode{alloc},
2150421504
or an empty \tcode{basic_stacktrace} object
21505-
if the \tcode{frames_} initialization failed.
21505+
if the initialization of \tcode{frames_} failed.
2150621506
\end{itemdescr}
2150721507

2150821508
\indexlibraryctor{basic_stacktrace}%

0 commit comments

Comments
 (0)