Skip to content

Commit 63dd5c6

Browse files
committed
[utility] Convert hanging paragraph into [utility.syn] introduction.
For #1771.
1 parent 5d17eec commit 63dd5c6

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

source/utilities.tex

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@
3434

3535
\rSec1[utility]{Utility components}
3636

37-
\pnum
38-
This subclause contains some basic function and class templates that are used
39-
throughout the rest of the library.
40-
4137
\indexhdr{utility}%
4238
\indexlibrary{\idxcode{rel_ops}}%
4339
\rSec2[utility.syn]{Header \tcode{<utility>} synopsis}
4440

41+
\pnum
42+
The header \tcode{<utility>}
43+
contains some basic function and class templates that are used
44+
throughout the rest of the library.
45+
4546
\begin{codeblock}
4647
#include <initializer_list> // see \ref{initializer_list.syn}
4748

@@ -177,11 +178,6 @@
177178
}
178179
\end{codeblock}
179180

180-
\pnum
181-
The header \tcode{<utility>} defines several types and function templates
182-
that are described in this Clause. It also defines the template \tcode{pair}
183-
and various function templates that operate on \tcode{pair} objects.
184-
185181
\rSec2[utility.swap]{\tcode{swap}}
186182

187183
\indexlibrary{\idxcode{swap}}%

0 commit comments

Comments
 (0)