diff --git a/source/meta.tex b/source/meta.tex index 09b71fa44e..54d572e3dc 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -4091,10 +4091,10 @@ \begin{itemdescr} \pnum \returns -\tcode{true} if \tcode{r} represents a member function that is declared explicit. +\tcode{true} if \tcode{r} represents a member function that is declared \keyword{explicit}. Otherwise, \tcode{false}. \begin{note} -If \tcode{r} represents a member function template that is declared explicit, +If \tcode{r} represents a member function template that is declared \keyword{explicit}, \tcode{is_explicit(r)} is still \tcode{false} because in general, such queries for templates cannot be answered.