Skip to content

Commit e429dfc

Browse files
jensmaurertkoeppe
authored andcommitted
[library.general] Adjust order according to recent clause reorganizations.
1 parent be7b0a6 commit e429dfc

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

source/lib-intro.tex

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
storage management\iref{basic.stc.dynamic}, and components used
6565
as infrastructure
6666
in \Cpp{} programs,
67-
such as tuples, function wrappers, and time facilities.
67+
such as tuples and function wrappers.
6868

6969
\pnum
7070
The strings library\iref{strings} provides support for manipulating text represented
@@ -75,10 +75,6 @@
7575
sequences of type \tcode{wchar_t},
7676
and sequences of any other character-like type.
7777

78-
\pnum
79-
The localization library\iref{localization} provides extended internationalization
80-
support for text processing.
81-
8278
\pnum
8379
The containers\iref{containers}, iterators\iref{iterators}, ranges\iref{ranges},
8480
and algorithms\iref{algorithms} libraries provide a \Cpp{} program with access
@@ -95,6 +91,14 @@
9591
potentially implemented as parallel operations on platforms that support such processing.
9692
The random number component provides facilities for generating pseudo-random numbers.
9793

94+
\pnum
95+
The time library\iref{time} provides
96+
generally useful time utilities.
97+
98+
\pnum
99+
The localization library\iref{localization} provides extended internationalization
100+
support for text processing.
101+
98102
\pnum
99103
The input/output library\iref{input.output} provides the
100104
\tcode{iostream}

0 commit comments

Comments
 (0)