Skip to content

Commit c07c130

Browse files
committed
[temp.dep.type] Fix list item continuation after recent addition.
This edit was missed in the application of P2996R13. The deletion of the original "or" was not indicated in the paper (but is clearly necessary).
1 parent 67a20d3 commit c07c130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/templates.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5652,9 +5652,9 @@
56525652
This includes an injected-class-name\iref{class.pre} of a class template
56535653
used without a \grammarterm{template-argument-list}.
56545654
\end{footnote}
5655-
\item a \grammarterm{pack-index-specifier}, or
5655+
\item a \grammarterm{pack-index-specifier},
56565656
\item denoted by \tcode{decltype(}\grammarterm{expression}{}\tcode{)},
5657-
where \grammarterm{expression} is type-dependent\iref{temp.dep.expr}.
5657+
where \grammarterm{expression} is type-dependent\iref{temp.dep.expr}, or
56585658
\item denoted by a \grammarterm{splice-type-specifier} in which either
56595659
the \grammarterm{splice-specifier} or
56605660
\grammarterm{splice-specialization-specifier}

0 commit comments

Comments
 (0)