File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1006
1006
1007
1007
\pnum
1008
1008
Each of these functions
1009
- \tcode {is\textbf { \ textit {F } }}
1009
+ \tcode {is\textit {F }}
1010
1010
returns the result of the expression:
1011
1011
1012
1012
\begin {codeblock }
1013
- use_facet< ctype<charT> >(loc).is(ctype_base::@\textbf { \ textit {F } }@, c)
1013
+ use_facet< ctype<charT> >(loc).is(ctype_base::@\textit {F }@, c)
1014
1014
\end {codeblock }
1015
1015
1016
- where \textbf { \ textit {F } } is the
1016
+ where \textit {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 @\textbf { \ textit {T } }@ mask;
1517
+ typedef @\textit {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 {F }
5292
+ Each of these functions \tcode {\textit { F } }
5293
5293
returns the result of calling the corresponding
5294
5294
virtual member function
5295
- \tcode {do_}\textbf \ textit {{F} }\tcode {()}.
5295
+ \tcode {do_}\textit {F }\tcode {()}.
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