Skip to content

Commit c3bd02a

Browse files
committed
[meta.reflection.result] Fix function parameter name
A misapplication of P2996R13.
1 parent 895e938 commit c3bd02a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/meta.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6183,7 +6183,7 @@
61836183
\indexlibraryglobal{reflect_function}%
61846184
\begin{itemdecl}
61856185
template<class T>
6186-
consteval info reflect_function(T& expr);
6186+
consteval info reflect_function(T& fn);
61876187
\end{itemdecl}
61886188

61896189
\begin{itemdescr}
@@ -6198,7 +6198,7 @@
61986198
\pnum
61996199
\throws
62006200
\tcode{meta::exception} unless
6201-
\tcode{expr} is suitable for use as a constant template argument
6201+
\tcode{fn} is suitable for use as a constant template argument
62026202
for a constant template parameter of type \tcode{T\&}\iref{temp.arg.nontype}.
62036203
\end{itemdescr}
62046204

0 commit comments

Comments
 (0)