|
3550 | 3550 | iter_type get_date(iter_type s, iter_type end, ios_base& f, |
3551 | 3551 | ios_base::iostate& err, tm* t) const; |
3552 | 3552 | iter_type get_weekday(iter_type s, iter_type end, ios_base& f, |
3553 | | - ios_base::iostate& err, tm* t) const; |
| 3553 | + ios_base::iostate& err, tm* t) const; |
3554 | 3554 | iter_type get_monthname(iter_type s, iter_type end, ios_base& f, |
3555 | | - ios_base::iostate& err, tm* t) const; |
| 3555 | + ios_base::iostate& err, tm* t) const; |
3556 | 3556 | iter_type get_year(iter_type s, iter_type end, ios_base& f, |
3557 | 3557 | ios_base::iostate& err, tm* t) const; |
3558 | 3558 | iter_type get(iter_type s, iter_type end, ios_base& f, |
3559 | | - ios_base::iostate& err, tm* t, char format, char modifier = 0) const; |
| 3559 | + ios_base::iostate& err, tm* t, char format, char modifier = 0) const; |
3560 | 3560 | iter_type get(iter_type s, iter_type end, ios_base& f, |
3561 | | - ios_base::iostate& err, tm* t, const char_type* fmt, |
3562 | | - const char_type* fmtend) const; |
| 3561 | + ios_base::iostate& err, tm* t, const char_type* fmt, |
| 3562 | + const char_type* fmtend) const; |
3563 | 3563 |
|
3564 | 3564 | static locale::id id; |
3565 | 3565 |
|
|
4709 | 4709 | \begin{codeblock} |
4710 | 4710 | namespace std { |
4711 | 4711 | template<class charT, bool Intl = false> |
4712 | | - class moneypunct_byname : public moneypunct<charT, Intl> { |
| 4712 | + class moneypunct_byname : public moneypunct<charT, Intl> { |
4713 | 4713 | public: |
4714 | 4714 | using pattern = money_base::pattern; |
4715 | 4715 | using string_type = basic_string<charT>; |
|
11542 | 11542 | \begin{itemdecl} |
11543 | 11543 | template<class OutputIter> |
11544 | 11544 | OutputIter format( |
11545 | | - OutputIter out, |
11546 | | - const char_type* fmt_first, const char_type* fmt_last, |
11547 | | - regex_constants::match_flag_type flags = regex_constants::format_default) const; |
| 11545 | + OutputIter out, |
| 11546 | + const char_type* fmt_first, const char_type* fmt_last, |
| 11547 | + regex_constants::match_flag_type flags = regex_constants::format_default) const; |
11548 | 11548 | \end{itemdecl} |
11549 | 11549 |
|
11550 | 11550 | \begin{itemdescr} |
|
11571 | 11571 | \begin{itemdecl} |
11572 | 11572 | template<class OutputIter, class ST, class SA> |
11573 | 11573 | OutputIter format( |
11574 | | - OutputIter out, |
11575 | | - const basic_string<char_type, ST, SA>& fmt, |
11576 | | - regex_constants::match_flag_type flags = regex_constants::format_default) const; |
| 11574 | + OutputIter out, |
| 11575 | + const basic_string<char_type, ST, SA>& fmt, |
| 11576 | + regex_constants::match_flag_type flags = regex_constants::format_default) const; |
11577 | 11577 | \end{itemdecl} |
11578 | 11578 |
|
11579 | 11579 | \begin{itemdescr} |
|
11589 | 11589 | \begin{itemdecl} |
11590 | 11590 | template<class ST, class SA> |
11591 | 11591 | basic_string<char_type, ST, SA> format( |
11592 | | - const basic_string<char_type, ST, SA>& fmt, |
11593 | | - regex_constants::match_flag_type flags = regex_constants::format_default) const; |
| 11592 | + const basic_string<char_type, ST, SA>& fmt, |
| 11593 | + regex_constants::match_flag_type flags = regex_constants::format_default) const; |
11594 | 11594 | \end{itemdecl} |
11595 | 11595 |
|
11596 | 11596 | \begin{itemdescr} |
|
11614 | 11614 | \indexlibrarymember{match_results}{format}% |
11615 | 11615 | \begin{itemdecl} |
11616 | 11616 | string_type format( |
11617 | | - const char_type* fmt, |
11618 | | - regex_constants::match_flag_type flags = regex_constants::format_default) const; |
| 11617 | + const char_type* fmt, |
| 11618 | + regex_constants::match_flag_type flags = regex_constants::format_default) const; |
11619 | 11619 | \end{itemdecl} |
11620 | 11620 |
|
11621 | 11621 | \begin{itemdescr} |
|
11689 | 11689 | \indexlibrarymember{operator==}{match_results}% |
11690 | 11690 | \begin{itemdecl} |
11691 | 11691 | template<class BidirectionalIterator, class Allocator> |
11692 | | -bool operator==(const match_results<BidirectionalIterator, Allocator>& m1, |
11693 | | - const match_results<BidirectionalIterator, Allocator>& m2); |
| 11692 | + bool operator==(const match_results<BidirectionalIterator, Allocator>& m1, |
| 11693 | + const match_results<BidirectionalIterator, Allocator>& m2); |
11694 | 11694 | \end{itemdecl} |
11695 | 11695 |
|
11696 | 11696 | \begin{itemdescr} |
|
0 commit comments