Skip to content

Commit 293bd12

Browse files
committed
instantiation -> specialization in [refwrap]
To match the wording of http://cplusplus.github.io/LWG/lwg-active.html#2106 (The wording of 2106 is taken from here, but we decided to use the term "specialization".
1 parent 713bdee commit 293bd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7349,7 +7349,7 @@
73497349
return type of \tcode{T}.
73507350

73517351
\pnum\indexlibrary{\idxcode{unary_function}}%
7352-
The template instantiation \tcode{reference_wrapper<T>} shall
7352+
The template specialization \tcode{reference_wrapper<T>} shall
73537353
define a nested type named \tcode{argument_type} as a synonym for \tcode{T1}
73547354
only if the type \tcode{T} is any of the
73557355
following:

0 commit comments

Comments
 (0)