Skip to content

Commit cbc4a1f

Browse files
committed
[meta.reflection.queries] Add missing comma in "function, type".
This seems to have been a mistake during application of P2996R13.
1 parent 2567873 commit cbc4a1f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/meta.tex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4318,7 +4318,12 @@
43184318
\begin{itemdescr}
43194319
\pnum
43204320
\returns
4321-
\tcode{true} if \tcode{r} represents a variable, function type, template, or namespace
4321+
\tcode{true} if \tcode{r} represents a
4322+
variable,
4323+
function,
4324+
type,
4325+
template, or
4326+
namespace
43224327
whose name has
43234328
internal linkage,
43244329
module linkage,

0 commit comments

Comments
 (0)