File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4198
4198
obtained from the locale returned by \tcode {str.getloc()}, and
4199
4199
\tcode {str.flags()}.
4200
4200
If a valid sequence is recognized, does not change \tcode {err};
4201
- otherwise, sets \tcode {err} to \tcode {(err| str.failbit)}, or
4202
- \tcode {(err| str.failbit| str.eof\- bit)} if no more characters are available,
4201
+ otherwise, sets \tcode {err} to \tcode {(err | str.failbit)}, or
4202
+ \tcode {(err | str.failbit | str.eof\- bit)} if no more characters are available,
4203
4203
and does not change \tcode {units} or \tcode {digits}.
4204
4204
Uses the pattern returned by \tcode {mp.neg_format()} to parse all values.
4205
4205
The result is returned as an integral value stored in \tcode {units}
10214
10214
regex_traits<char>::char_class_type f;
10215
10215
f = t.lookup_classname(d.begin(), d.end());
10216
10216
f |= t.lookup_classname(u.begin(), u.end());
10217
- ctype_base::mask m = convert<char>(f); // \tcode {m == ctype_base::digit| ctype_base::upper}
10217
+ ctype_base::mask m = convert<char>(f); // \tcode {m == ctype_base::digit | ctype_base::upper}
10218
10218
\end {codeblock }
10219
10219
\end {example }
10220
10220
\begin {example }
You can’t perform that action at this time.
0 commit comments