File tree Expand file tree Collapse file tree 6 files changed +2375
-627
lines changed Expand file tree Collapse file tree 6 files changed +2375
-627
lines changed Original file line number Diff line number Diff line change 1227
1227
\tcode {<exception>} \\
1228
1228
\tcode {<execution>} \\
1229
1229
\tcode {<filesystem>} \\
1230
- \tcode {<forward_list >} \\
1230
+ \tcode {<format >} \\
1231
1231
\columnbreak
1232
+ \tcode {<forward_list>} \\
1232
1233
\tcode {<fstream>} \\
1233
1234
\tcode {<functional>} \\
1234
1235
\tcode {<future>} \\
1246
1247
\tcode {<memory>} \\
1247
1248
\tcode {<memory_resource>} \\
1248
1249
\tcode {<mutex>} \\
1249
- \tcode {<new>} \\
1250
1250
\columnbreak
1251
+ \tcode {<new>} \\
1251
1252
\tcode {<numeric>} \\
1252
1253
\tcode {<optional>} \\
1253
1254
\tcode {<ostream>} \\
1265
1266
\tcode {<stdexcept>} \\
1266
1267
\tcode {<streambuf>} \\
1267
1268
\tcode {<string>} \\
1268
- \tcode {<string_view>} \\
1269
1269
\columnbreak
1270
+ \tcode {<string_view>} \\
1270
1271
\tcode {<strstream>} \\
1271
1272
\tcode {<syncstream>} \\
1272
1273
\tcode {<system_error>} \\
Original file line number Diff line number Diff line change 4826
4826
\pnum
4827
4827
\returns
4828
4828
The specializations required in \tref {locale.spec }\iref {locale.category }, namely
4829
- \tcode {moneypunct<char>},
4830
- \tcode {moneypunct<\brk {}wchar_t>},
4831
- \tcode {moneypunct<char, true>},
4829
+ \begin {itemize }
4830
+ \item \tcode {moneypunct<char>},
4831
+ \item \tcode {moneypunct<wchar_t>},
4832
+ \item \tcode {moneypunct<char, true>},
4832
4833
and
4833
- \tcode {moneypunct<wchar_t, true>},
4834
+ \item \tcode {moneypunct<wchar_t, true>},
4835
+ \end {itemize }
4834
4836
return an object of type
4835
4837
\tcode {pattern}
4836
4838
initialized to
Original file line number Diff line number Diff line change 165
165
\newcommand {\idxcode }[1]{#1@\tcode {#1}}
166
166
\newcommand {\idxhdr }[1]{#1@\tcode {<#1>}}
167
167
\newcommand {\idxgram }[1]{#1@\gterm {#1}}
168
+ \newcommand {\idxterm }[1]{#1@\term {#1}}
168
169
\newcommand {\idxxname }[1]{__#1@\xname {#1}}
169
170
170
171
% class member library index
331
332
\newcommand {\oldconcept }[1]{\textit {Cpp17#1 }}
332
333
\newcommand {\oldconceptdefn }[1]{\defn {Cpp17#1}}
333
334
\newcommand {\idxoldconcept }[1]{Cpp17#1@\textit {Cpp17#1 }}
335
+ % FIXME: A "new" oldconcept (added after C++17),
336
+ % which doesn't get a Cpp17 prefix.
337
+ \newcommand {\newoldconcept }[1]{\textit {#1 }}
338
+ \newcommand {\newoldconceptdefn }[1]{\defn {#1}}
339
+ \newcommand {\idxnewoldconcept }[1]{#1@\textit {#1 }}
340
+
334
341
\newcommand {\libconcept }[1]{\tcode {#1}}
335
342
336
343
% % Ranges
Original file line number Diff line number Diff line change 592
592
\tcode {<execution>} \\ \rowsep
593
593
\defnlibxname {cpp_lib_filesystem} & \tcode {201703L} &
594
594
\tcode {<filesystem>} \\ \rowsep
595
+ \defnlibxname {cpp_lib_format} & \tcode {201907L} &
596
+ \tcode {<format>} \\ \rowsep
595
597
\defnlibxname {cpp_lib_gcd_lcm} & \tcode {201606L} &
596
598
\tcode {<numeric>} \\ \rowsep
597
599
\defnlibxname {cpp_lib_generic_associative_lookup} & \tcode {201304L} &
You can’t perform that action at this time.
0 commit comments