Skip to content

Commit b358b02

Browse files
authored
[meta.reflection.queries] Add \tcode for explicit
1 parent 77c2f53 commit b358b02

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
@@ -4173,10 +4173,10 @@
41734173
\begin{itemdescr}
41744174
\pnum
41754175
\returns
4176-
\tcode{true} if \tcode{r} represents a member function that is declared explicit.
4176+
\tcode{true} if \tcode{r} represents a member function that is declared \tcode{explicit}.
41774177
Otherwise, \tcode{false}.
41784178
\begin{note}
4179-
If \tcode{r} represents a member function template that is declared explicit,
4179+
If \tcode{r} represents a member function template that is declared \tcode{explicit},
41804180
\tcode{is_explicit(r)} is still \tcode{false}
41814181
because in general,
41824182
such queries for templates cannot be answered.

0 commit comments

Comments
 (0)