Skip to content

Commit

Permalink
[locale.general,facet.numpunct.members,locale.time.get.general] Remov…
Browse files Browse the repository at this point in the history
…e superfluous whitespaces (#7578)
  • Loading branch information
Andreas-Krug authored Jan 22, 2025
1 parent 5bfd514 commit b6bb210
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/text.tex
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
collate = 0x010, ctype = 0x020,
monetary = 0x040, numeric = 0x080,
time = 0x100, messages = 0x200,
all = collate | ctype | monetary | numeric | time | messages;
all = collate | ctype | monetary | numeric | time | messages;

// \ref{locale.cons}, construct/copy/destroy
locale() noexcept;
Expand Down Expand Up @@ -3226,7 +3226,7 @@

\indexlibrarymember{numpunct}{grouping}%
\begin{itemdecl}
string grouping() const;
string grouping() const;
\end{itemdecl}

\begin{itemdescr}
Expand Down Expand Up @@ -3544,11 +3544,11 @@

explicit time_get(size_t refs = 0);

dateorder date_order() const { return do_date_order(); }
dateorder date_order() const { return do_date_order(); }
iter_type get_time(iter_type s, iter_type end, ios_base& f,
ios_base::iostate& err, tm* t) const;
ios_base::iostate& err, tm* t) const;
iter_type get_date(iter_type s, iter_type end, ios_base& f,
ios_base::iostate& err, tm* t) const;
ios_base::iostate& err, tm* t) const;
iter_type get_weekday(iter_type s, iter_type end, ios_base& f,
ios_base::iostate& err, tm* t) const;
iter_type get_monthname(iter_type s, iter_type end, ios_base& f,
Expand All @@ -3565,7 +3565,7 @@

protected:
~time_get();
virtual dateorder do_date_order() const;
virtual dateorder do_date_order() const;
virtual iter_type do_get_time(iter_type s, iter_type end, ios_base&,
ios_base::iostate& err, tm* t) const;
virtual iter_type do_get_date(iter_type s, iter_type end, ios_base&,
Expand Down

0 comments on commit b6bb210

Please sign in to comment.