Skip to content

Commit 49d65e0

Browse files
committed
P0220R1: add new headers to header table.
1 parent 9fdea42 commit 49d65e0

File tree

1 file changed

+36
-37
lines changed

1 file changed

+36
-37
lines changed

source/lib-intro.tex

Lines changed: 36 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@
966966

967967
\pnum
968968
The \Cpp standard library provides
969-
56
969+
60
970970
\term{\Cpp library headers},
971971
\indextext{header!C++ library}%
972972
as shown in Table~\ref{tab:cpp.library.headers}.
@@ -975,77 +975,76 @@
975975
{lllll}
976976
\topline
977977
\tcode{<algorithm>} &
978+
\tcode{<execution_policy>} &
979+
\tcode{<limits>} &
980+
\tcode{<random>} &
981+
\tcode{<strstream>} \\
982+
983+
\tcode{<any>} &
978984
\tcode{<forward_list>} &
979985
\tcode{<list>} &
980-
\tcode{<scoped_allocator>} &
981-
\tcode{<type_traits>} \\
986+
\tcode{<ratio>} &
987+
\tcode{<system_error>} \\
982988

983989
\tcode{<array>} &
984990
\tcode{<fstream>} &
985991
\tcode{<locale>} &
986-
\tcode{<set>} &
987-
\tcode{<typeindex>} \\
992+
\tcode{<regex>} &
993+
\tcode{<thread>} \\
988994

989995
\tcode{<atomic>} &
990996
\tcode{<functional>} &
991997
\tcode{<map>} &
992-
\tcode{<shared_mutex>} &
993-
\tcode{<typeinfo>} \\
998+
\tcode{<scoped_allocator>} &
999+
\tcode{<tuple>} \\
9941000

9951001
\tcode{<bitset>} &
9961002
\tcode{<future>} &
9971003
\tcode{<memory>} &
998-
\tcode{<sstream>} &
999-
\tcode{<unordered_map>} \\
1004+
\tcode{<set>} &
1005+
\tcode{<typeindex>} \\
10001006

10011007
\tcode{<chrono>} &
10021008
\tcode{<initializer_list>} &
1003-
\tcode{<mutex>} &
1004-
\tcode{<stack>} &
1005-
\tcode{<unordered_set>} \\
1009+
\tcode{<memory_resorce>} &
1010+
\tcode{<shared_mutex>} &
1011+
\tcode{<typeinfo>} \\
10061012

10071013
\tcode{<codecvt>} &
10081014
\tcode{<iomanip>} &
1009-
\tcode{<new>} &
1010-
\tcode{<stdexcept>} &
1011-
\tcode{<utility>} \\
1015+
\tcode{<mutex>} &
1016+
\tcode{<sstream>} &
1017+
\tcode{<type_traits>} \\
10121018

10131019
\tcode{<complex>} &
10141020
\tcode{<ios>} &
1015-
\tcode{<numeric>} &
1016-
\tcode{<streambuf>} &
1017-
\tcode{<valarray>} \\
1021+
\tcode{<new>} &
1022+
\tcode{<stack>} &
1023+
\tcode{<unordered_map>} \\
10181024

10191025
\tcode{<condition_variable>} &
10201026
\tcode{<iosfwd>} &
1021-
\tcode{<ostream>} &
1022-
\tcode{<string>} &
1023-
\tcode{<vector>} \\
1027+
\tcode{<numeric>} &
1028+
\tcode{<stdexcept>} &
1029+
\tcode{<unordered_set>} \\
10241030

10251031
\tcode{<deque>} &
10261032
\tcode{<iostream>} &
1027-
\tcode{<queue>} &
1028-
\tcode{<strstream>} &
1029-
\\
1033+
\tcode{<optional>} &
1034+
\tcode{<streambuf>} &
1035+
\tcode{<utility>} \\
10301036

10311037
\tcode{<exception>} &
10321038
\tcode{<istream>} &
1033-
\tcode{<random>} &
1034-
\tcode{<system_error>} &
1035-
\\
1039+
\tcode{<ostream>} &
1040+
\tcode{<string>} &
1041+
\tcode{<valarray>} \\
10361042

10371043
\tcode{<exception_list>} &
10381044
\tcode{<iterator>} &
1039-
\tcode{<ratio>} &
1040-
\tcode{<thread>} &
1041-
\\
1042-
1043-
\tcode{<execution_policy>} &
1044-
\tcode{<limits>} &
1045-
\tcode{<regex>} &
1046-
\tcode{<tuple>} &
1047-
\\
1048-
1045+
\tcode{<queue>} &
1046+
\tcode{<string_view>} &
1047+
\tcode{<vector>} \\
10491048
\end{floattable}
10501049

10511050

0 commit comments

Comments
 (0)