Skip to content

Commit 131dfa6

Browse files
jensmaurertkoeppe
authored andcommitted
[conv.fctptr, special] Pointers to members designate their target (#1968)
1 parent 47a27a8 commit 131dfa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/conversions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
The result is a pointer to the function.
583583
A prvalue of type ``pointer to member of type \tcode{noexcept} function''
584584
can be converted to a prvalue of type ``pointer to member of type function''.
585-
The result points to the member function.
585+
The result designates the member function.
586586

587587
\begin{example}
588588
\begin{codeblock}

source/special.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
\pnum
3434
Programs may explicitly refer to implicitly-declared special member functions.
3535
\begin{example}
36-
A program may explicitly call, take the address of, or form a pointer to member
36+
A program may explicitly call or form a pointer to member
3737
to an implicitly-declared special member function.
3838

3939
\begin{codeblock}

0 commit comments

Comments
 (0)