Skip to content

Commit 4f77c89

Browse files
committed
[over.built] Improve placeholder phrasing
1 parent 24bfe67 commit 4f77c89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/overloading.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3737,8 +3737,9 @@
37373737
\end{codeblock}
37383738

37393739
\pnum
3740-
For every pointer to member type \tcode{\placeholder{T}} or type \tcode{std::nullptr_t} there
3741-
exist candidate operator functions of the form
3740+
For every \tcode{\placeholder{T}}, where \tcode{\placeholder{T}}
3741+
is a pointer to member type or \tcode{std::nullptr_t},
3742+
there exist candidate operator functions of the form
37423743

37433744
\begin{codeblock}
37443745
bool operator==(@\placeholder{T}@, @\placeholder{T}@);

0 commit comments

Comments
 (0)