File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1608
1608
allocators.
1609
1609
1610
1610
\pnum
1611
- The template struct \tcode {allocator_traits}~(\ref {allocator.traits }) supplies
1611
+ The class template \tcode {allocator_traits}~(\ref {allocator.traits }) supplies
1612
1612
a uniform interface to all allocator types.
1613
1613
Table~\ref {tab:desc.var.def } describes the types manipulated
1614
1614
through allocators. Table~\ref {tab:utilities.allocator.requirements }
Original file line number Diff line number Diff line change 69
69
\tcode {CharT}.
70
70
71
71
\pnum
72
- This subclause specifies a struct template,
72
+ This subclause specifies a class template,
73
73
\tcode {char_traits<charT>},
74
74
and four explicit specializations of it,
75
75
\tcode {char_traits<\brk {}char>},
194
194
\end {libreqtab4d }
195
195
196
196
\pnum
197
- The struct template
197
+ The class template
198
198
199
199
\indexlibrary {\idxcode {char_traits}}%
200
200
\begin {codeblock }
301
301
The header
302
302
\tcode {<string>}
303
303
shall define four
304
- specializations of the template struct
304
+ specializations of the class template
305
305
\tcode {char_traits}:
306
306
\tcode {char_traits<\brk {}char>},
307
307
\tcode {char_traits<char16_t>},
You can’t perform that action at this time.
0 commit comments