|
485 | 485 | collate = 0x010, ctype = 0x020,
|
486 | 486 | monetary = 0x040, numeric = 0x080,
|
487 | 487 | time = 0x100, messages = 0x200,
|
488 |
| - all = collate | ctype | monetary | numeric | time | messages; |
| 488 | + all = collate | ctype | monetary | numeric | time | messages; |
489 | 489 |
|
490 | 490 | // \ref{locale.cons}, construct/copy/destroy
|
491 | 491 | locale() noexcept;
|
|
3226 | 3226 |
|
3227 | 3227 | \indexlibrarymember{numpunct}{grouping}%
|
3228 | 3228 | \begin{itemdecl}
|
3229 |
| -string grouping() const; |
| 3229 | +string grouping() const; |
3230 | 3230 | \end{itemdecl}
|
3231 | 3231 |
|
3232 | 3232 | \begin{itemdescr}
|
|
3544 | 3544 |
|
3545 | 3545 | explicit time_get(size_t refs = 0);
|
3546 | 3546 |
|
3547 |
| - dateorder date_order() const { return do_date_order(); } |
| 3547 | + dateorder date_order() const { return do_date_order(); } |
3548 | 3548 | iter_type get_time(iter_type s, iter_type end, ios_base& f,
|
3549 |
| - ios_base::iostate& err, tm* t) const; |
| 3549 | + ios_base::iostate& err, tm* t) const; |
3550 | 3550 | iter_type get_date(iter_type s, iter_type end, ios_base& f,
|
3551 |
| - ios_base::iostate& err, tm* t) const; |
| 3551 | + ios_base::iostate& err, tm* t) const; |
3552 | 3552 | iter_type get_weekday(iter_type s, iter_type end, ios_base& f,
|
3553 | 3553 | ios_base::iostate& err, tm* t) const;
|
3554 | 3554 | iter_type get_monthname(iter_type s, iter_type end, ios_base& f,
|
|
3565 | 3565 |
|
3566 | 3566 | protected:
|
3567 | 3567 | ~time_get();
|
3568 |
| - virtual dateorder do_date_order() const; |
| 3568 | + virtual dateorder do_date_order() const; |
3569 | 3569 | virtual iter_type do_get_time(iter_type s, iter_type end, ios_base&,
|
3570 | 3570 | ios_base::iostate& err, tm* t) const;
|
3571 | 3571 | virtual iter_type do_get_date(iter_type s, iter_type end, ios_base&,
|
|
0 commit comments