Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4173,10 +4173,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 \tcode{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 \tcode{explicit},
\tcode{is_explicit(r)} is still \tcode{false}
because in general,
such queries for templates cannot be answered.
Expand Down