From 31d0a14e907ef510769c426b9f83acbac99bbacf Mon Sep 17 00:00:00 2001 From: timsong-cpp Date: Mon, 13 Jan 2020 20:35:57 -0600 Subject: [PATCH] [func.wrap.badcall] Add missing itemdecl for what() --- source/utilities.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/utilities.tex b/source/utilities.tex index e60dda881c..2abe844895 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -15381,6 +15381,10 @@ \end{codeblock} \indexlibrarymember{what}{bad_function_call}% +\begin{itemdecl} +const char* what() const noexcept override; +\end{itemdecl} + \begin{itemdescr} \pnum \returns