Skip to content

Commit 32f346c

Browse files
sdkrystianzygoloid
authored andcommitted
[temp.spec] Convert description of "specialization" to a proper definition
1 parent c718265 commit 32f346c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/templates.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5805,8 +5805,9 @@
58055805
An instantiated template specialization can be either implicitly
58065806
instantiated\iref{temp.inst} for a given argument list or be explicitly
58075807
instantiated\iref{temp.explicit}.
5808-
A specialization is a class, variable, function, or class member that is either
5809-
instantiated or explicitly specialized\iref{temp.expl.spec}.
5808+
A \defn{specialization} is a class, variable, function, or class member that is either
5809+
instantiated\iref{temp.inst} from a templated entity or is an
5810+
explicit specialization\iref{temp.expl.spec} of a templated entity.
58105811

58115812
\pnum
58125813
For a given template and a given set of

0 commit comments

Comments
 (0)