Skip to content

Commit 389cc2d

Browse files
committed
[any.bad_any_cast] fix incorrect references to bad_any_access
1 parent a0f6514 commit 389cc2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5504,14 +5504,14 @@
55045504
\pnum
55055505
Objects of type \tcode{bad_any_cast} are thrown by a failed \tcode{any_cast}~(\ref{any.nonmembers}).
55065506

5507-
\indexlibrarymember{what}{bad_any_access}%
5507+
\indexlibrarymember{what}{bad_any_cast}%
55085508
\begin{itemdecl}
55095509
const char* what() const noexcept override;
55105510
\end{itemdecl}
55115511

55125512
\begin{itemdescr}
55135513
\pnum
5514-
\returns An \impldef{return value of \tcode{bad_any_access::what}} \ntbs.
5514+
\returns An \impldef{return value of \tcode{bad_any_cast::what}} \ntbs.
55155515

55165516
\pnum
55175517
\remarks

0 commit comments

Comments
 (0)