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 @@ -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}.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure whether that's appropriate, because we can have explicit(1 == 0) meanwhile. That's certainly not an explicit function, but is it "declared explicit"? The keyword certainly is present.

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.
Expand Down
Loading