Skip to content

Commit b1a6946

Browse files
committed
[meta.reflection.queries]/1 Use info return type
Bring the return type of type_of in line with the synopsis and with the intention of the function and with the wording in P2996R13 from where this wording originates.
1 parent 8fe775a commit b1a6946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3906,7 +3906,7 @@
39063906

39073907
\indexlibraryglobal{type_of}%
39083908
\begin{itemdecl}
3909-
consteval bool type_of(info r);
3909+
consteval info type_of(info r);
39103910
\end{itemdecl}
39113911

39123912
\begin{itemdescr}

0 commit comments

Comments
 (0)