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 41984198obtained from the locale returned by \tcode {str.getloc()}, and
41994199\tcode {str.flags()}.
42004200If 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,
42034203and does not change \tcode {units} or \tcode {digits}.
42044204Uses the pattern returned by \tcode {mp.neg_format()} to parse all values.
42054205The result is returned as an integral value stored in \tcode {units}
1021410214regex_traits<char>::char_class_type f;
1021510215f = t.lookup_classname(d.begin(), d.end());
1021610216f |= 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}
1021810218\end {codeblock }
1021910219\end {example }
1022010220\begin {example }
You can’t perform that action at this time.
0 commit comments