Skip to content

Commit edfd0ae

Browse files
eisenwavetkoeppe
authored andcommitted
CWG3098 Remove redundancy "names or designates"
Fixes NB US 50-091 (C++26 CD).
1 parent c232b23 commit edfd0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@
954954
\grammarterm{splice-specialization-specifier}
955955
shall be valid unless its respective
956956
\grammarterm{template-name} or \grammarterm{splice-specifier}
957-
names or designates a function template\iref{temp.deduct}.
957+
designates a function template\iref{temp.deduct}.
958958
\begin{example}
959959
\begin{codeblock}
960960
template<class T, T::type n = 0> class X;

0 commit comments

Comments
 (0)