Skip to content

Commit 6a6fb06

Browse files
authored
[meta.reflection.queries]/1 Use info return type (#8153)
A misapplication of P2996R13.
1 parent 50930e2 commit 6a6fb06

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)