File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2231
2231
2232
2232
\pnum
2233
2233
Let \placeholder {R} be \tcode {iterator_traits<Iterator>::reference}.
2234
- If \tcode {is_reference<} \placeholder {R}\tcode { >::value} is \tcode {true},
2234
+ If \tcode {is_reference<\placeholder {R}>::value} is \tcode {true},
2235
2235
the template specialization \tcode {move_iterator<Iterator>} shall define
2236
2236
the nested type named \tcode {reference} as a synonym for
2237
- \tcode {remove_reference<} \placeholder {R}\tcode { >::type\&\& },
2237
+ \tcode {remove_reference<\placeholder {R}>::type\&\& },
2238
2238
otherwise as a synonym for \placeholder {R}.
2239
2239
2240
2240
\rSec 3[move.iter.requirements]{\tcode {move_iterator} requirements}
Original file line number Diff line number Diff line change 1006
1006
1007
1007
\pnum
1008
1008
Each of these functions
1009
- \tcode {is\textit {F }}
1009
+ \tcode {is\placeholder {F}}
1010
1010
returns the result of the expression:
1011
1011
1012
1012
\begin {codeblock }
1013
- use_facet< ctype<charT> >(loc).is(ctype_base::@\textit {F }@, c)
1013
+ use_facet< ctype<charT> >(loc).is(ctype_base::@\placeholder {F}@, c)
1014
1014
\end {codeblock }
1015
1015
1016
- where \tcode {\textit {F }} is the
1016
+ where \tcode {\placeholder {F}} is the
1017
1017
\tcode {ctype_base::mask}
1018
1018
value corresponding to that function~(\ref {category.ctype }).\footnote {When
1019
1019
used in a loop, it is faster to cache the
1514
1514
namespace std {
1515
1515
class ctype_base {
1516
1516
public:
1517
- typedef @\textit {T }@ mask;
1517
+ typedef @\placeholder {T}@ mask;
1518
1518
1519
1519
// numeric values are for exposition only.
1520
1520
static const mask space = 1 << 0;
5289
5289
\end {codeblock }
5290
5290
5291
5291
\pnum
5292
- Each of these functions \tcode {\textit {F }}
5292
+ Each of these functions \tcode {\placeholder {F}}
5293
5293
returns the result of calling the corresponding
5294
5294
virtual member function
5295
- \tcode {do_\textit {F }()}.
5295
+ \tcode {do_\placeholder {F}()}.
5296
5296
5297
5297
\rSec 4[locale.moneypunct.virtuals]{\tcode {moneypunct} virtual functions}
5298
5298
You can’t perform that action at this time.
0 commit comments