From e8023c84dfbd01388fa56fa3c0e339ea76becb52 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Sun, 29 Sep 2024 09:11:10 +0800 Subject: [PATCH] [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. --- source/numerics.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/numerics.tex b/source/numerics.tex index 7ae38cf805..ef68b843ce 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -191,7 +191,7 @@ and numerous functions for representing and manipulating complex numbers. \pnum -The effect of instantiating the template \tcode{complex} for any type +The effect of instantiating the primary template of \tcode{complex} for any type that is not a cv-unqualified floating-point type\iref{basic.fundamental} is unspecified. Specializations of \tcode{complex} for cv-unqualified floating-point types