Skip to content

Commit 7abca25

Browse files
authored
[expr.new] Precise cross-reference for throwing exceptions (#8681)
1 parent a4fbfa2 commit 7abca25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6259,7 +6259,7 @@
62596259
\indextext{\idxcode{bad_alloc}}%
62606260
\indexlibraryglobal{bad_alloc}%
62616261
\tcode{std::bad_alloc}
6262-
exception\iref{basic.stc.dynamic.allocation,except,bad.alloc};
6262+
exception\iref{basic.stc.dynamic.allocation,except.throw,bad.alloc};
62636263
it returns a non-null pointer otherwise. If the allocation function
62646264
has a non-throwing exception specification,
62656265
it returns null to indicate failure to allocate storage

0 commit comments

Comments
 (0)