Skip to content

Commit c156822

Browse files
frederick-vs-jatkoeppe
authored andcommitted
[complex.numbers.general] Clarify that the template is primary
The difference between between "the `complex` template" and "the template named `complex`" (which including program-defined specializations) is obscure. It seems better to cleary say that [complex.numbers.general] only covers the primary template.
1 parent 7a90fdd commit c156822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
and numerous functions for representing and manipulating complex numbers.
182182

183183
\pnum
184-
The effect of instantiating the template \tcode{complex} for any type
184+
The effect of instantiating the primary template of \tcode{complex} for any type
185185
that is not a cv-unqualified floating-point type\iref{basic.fundamental}
186186
is unspecified.
187187
Specializations of \tcode{complex} for cv-unqualified floating-point types

0 commit comments

Comments
 (0)