From b1a69460ecad018832aaf282cd3f9dd4190692a9 Mon Sep 17 00:00:00 2001 From: Frank Birbacher Date: Fri, 15 Aug 2025 10:05:53 +0200 Subject: [PATCH] [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. --- source/meta.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/meta.tex b/source/meta.tex index 08347e9506..ee9529a914 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -3906,7 +3906,7 @@ \indexlibraryglobal{type_of}% \begin{itemdecl} -consteval bool type_of(info r); +consteval info type_of(info r); \end{itemdecl} \begin{itemdescr}