Skip to content

Commit 64ef8b3

Browse files
authored
[expr.prim.req.compound] Move compound requirement example from inner to outer bullet (#6159)
Example 1 from [expr.prim.req.compound] is currently attached to the inner bullet point, but should be attached to the outer one.
1 parent 586f4ed commit 64ef8b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/expressions.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2969,6 +2969,7 @@
29692969
The immediately-declared constraint\iref{temp.param}
29702970
of the \grammarterm{type-constraint} for \tcode{\keyword{decltype}((E))}
29712971
shall be satisfied.
2972+
\end{itemize}
29722973
\begin{example}
29732974
Given concepts \tcode{C} and \tcode{D},
29742975
\begin{codeblock}
@@ -2987,8 +2988,6 @@
29872988
(including in the case where $n$ is zero).
29882989
\end{example}
29892990
\end{itemize}
2990-
\end{itemize}
2991-
29922991
\pnum
29932992
\begin{example}
29942993
\begin{codeblock}

0 commit comments

Comments
 (0)