Skip to content

Commit 5d6099c

Browse files
committed
[formatter.requirements] Remove one level of list nesting
1 parent 137728f commit 5d6099c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

source/utilities.tex

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15655,9 +15655,7 @@
1565515655
\rSec3[formatter.requirements]{Formatter requirements}
1565615656

1565715657
\pnum
15658-
A type \tcode{F} meets the \defnnewoldconcept{BasicFormatter} requirements if:
15659-
\begin{itemize}
15660-
\item
15658+
A type \tcode{F} meets the \defnnewoldconcept{BasicFormatter} requirements if
1566115659
it meets the
1566215660
\begin{itemize}
1566315661
\item \oldconcept{DefaultConstructible} (\tref{cpp17.defaultconstructible}),
@@ -15667,11 +15665,8 @@
1566715665
\item \oldconcept{Destructible} (\tref{cpp17.destructible})
1566815666
\end{itemize}
1566915667
requirements, and
15670-
15671-
\item
1567215668
the expressions shown in \tref{formatter.basic} are valid and
1567315669
have the indicated semantics.
15674-
\end{itemize}
1567515670

1567615671
\pnum
1567715672
A type \tcode{F} meets the \defnnewoldconcept{Formatter} requirements

0 commit comments

Comments
 (0)