Skip to content

Commit

Permalink
[temp.class.spec.mfunc] Correct "class template specialization" to th…
Browse files Browse the repository at this point in the history
…e intended "class template partial specialization"
  • Loading branch information
sdkrystian authored and zygoloid committed Mar 15, 2019
1 parent 3117814 commit 48484c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/templates.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3337,7 +3337,7 @@
The template argument list of a member of a class template partial
specialization shall match the template argument list of the class template
partial specialization.
A class template specialization is a distinct template.
A class template partial specialization is a distinct template.
The members of the class template partial specialization are
unrelated to the members of the primary template.
Class template partial specialization members that are used in a way that
Expand Down

0 comments on commit 48484c9

Please sign in to comment.