File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 64
64
storage management\iref {basic.stc.dynamic }, and components used
65
65
as infrastructure
66
66
in \Cpp {} programs,
67
- such as tuples, function wrappers, and time facilities .
67
+ such as tuples and function wrappers .
68
68
69
69
\pnum
70
70
The strings library\iref {strings } provides support for manipulating text represented
75
75
sequences of type \tcode {wchar_t},
76
76
and sequences of any other character-like type.
77
77
78
- \pnum
79
- The localization library\iref {localization } provides extended internationalization
80
- support for text processing.
81
-
82
78
\pnum
83
79
The containers\iref {containers }, iterators\iref {iterators }, ranges\iref {ranges },
84
80
and algorithms\iref {algorithms } libraries provide a \Cpp {} program with access
95
91
potentially implemented as parallel operations on platforms that support such processing.
96
92
The random number component provides facilities for generating pseudo-random numbers.
97
93
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
+
98
102
\pnum
99
103
The input/output library\iref {input.output } provides the
100
104
\tcode {iostream}
You can’t perform that action at this time.
0 commit comments