Skip to content

Commit d347b32

Browse files
authored
[temp.over] itemize parts of long paragraph (#6443)
1 parent ffe2553 commit d347b32

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/templates.tex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8757,16 +8757,18 @@
87578757
can be used with that function template to instantiate a function template
87588758
specialization that can be invoked with the call arguments or,
87598759
for conversion function templates, that can convert to the required type.
8760-
For each function template, if the argument deduction and checking succeeds,
8761-
the
8760+
For each function template:
8761+
\begin{itemize}
8762+
\item If the argument deduction and checking succeeds, the
87628763
\grammarterm{template-argument}{s}
87638764
(deduced and/or explicit)
87648765
are used to synthesize the declaration of
87658766
a single function template specialization which is
87668767
added to the candidate functions set to be used in overload resolution.
8767-
If, for a given function template, argument deduction fails or
8768+
\item If the argument deduction fails or
87688769
the synthesized function template specialization would be ill-formed,
87698770
no such function is added to the set of candidate functions for that template.
8771+
\end{itemize}
87708772
The complete set of candidate functions includes all the synthesized
87718773
declarations and all of the non-template functions found by name lookup.
87728774
The synthesized declarations are

0 commit comments

Comments
 (0)