Skip to content

Commit

Permalink
[std] Rename 'In general' headings to 'General' for consistency
Browse files Browse the repository at this point in the history
Fixes ISO/CS comment (C++23 proof)
  • Loading branch information
jensmaurer committed May 16, 2024
1 parent 85f4bb4 commit b6f17d1
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
8 changes: 4 additions & 4 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5952,7 +5952,7 @@

\rSec1[sequences]{Sequence containers}

\rSec2[sequences.general]{In general}
\rSec2[sequences.general]{General}

\pnum
The headers
Expand Down Expand Up @@ -9454,7 +9454,7 @@

\rSec1[associative]{Associative containers}

\rSec2[associative.general]{In general}
\rSec2[associative.general]{General}

\pnum
The header \libheader{map} defines the class templates \tcode{map} and
Expand Down Expand Up @@ -11383,7 +11383,7 @@

\rSec1[unord]{Unordered associative containers}

\rSec2[unord.general]{In general}
\rSec2[unord.general]{General}

\pnum
The header \libheader{unordered_map} defines the class templates
Expand Down Expand Up @@ -13560,7 +13560,7 @@

\rSec1[container.adaptors]{Container adaptors}

\rSec2[container.adaptors.general]{In general}
\rSec2[container.adaptors.general]{General}

\pnum
The headers
Expand Down
2 changes: 1 addition & 1 deletion source/declarations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6323,7 +6323,7 @@
\rSec1[dcl.fct.def]{Function definitions}%
\indextext{definition!function|(}

\rSec2[dcl.fct.def.general]{In general}
\rSec2[dcl.fct.def.general]{General}

\pnum
\indextext{body!function}%
Expand Down
2 changes: 1 addition & 1 deletion source/iterators.tex
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@

\rSec1[iterator.requirements]{Iterator requirements}

\rSec2[iterator.requirements.general]{In general}
\rSec2[iterator.requirements.general]{General}

\pnum
\indextext{requirements!iterator}%
Expand Down
4 changes: 2 additions & 2 deletions source/memory.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

\rSec1[memory]{Memory}

\rSec2[memory.general]{In general}
\rSec2[memory.general]{General}

\pnum
Subclause~\ref{memory} describes the contents of the header
Expand Down Expand Up @@ -1935,7 +1935,7 @@

\rSec3[unique.ptr.dltr]{Default deleters}

\rSec4[unique.ptr.dltr.general]{In general}
\rSec4[unique.ptr.dltr.general]{General}

\pnum
The class template \tcode{default_delete} serves as the default deleter (destruction policy)
Expand Down
4 changes: 2 additions & 2 deletions source/meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

\rSec1[intseq]{Compile-time integer sequences}

\rSec2[intseq.general]{In general}
\rSec2[intseq.general]{General}

\pnum
The library provides a class template that can represent an integer sequence.
Expand Down Expand Up @@ -2520,7 +2520,7 @@

\rSec1[ratio]{Compile-time rational arithmetic}

\rSec2[ratio.general]{In general}
\rSec2[ratio.general]{General}

\pnum
\indexlibraryglobal{ratio}%
Expand Down
4 changes: 2 additions & 2 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3073,7 +3073,7 @@

\rSec2[rand.adapt]{Random number engine adaptor class templates}

\rSec3[rand.adapt.general]{In general}
\rSec3[rand.adapt.general]{General}

\pnum
Each type instantiated
Expand Down Expand Up @@ -4138,7 +4138,7 @@
\rSec2[rand.dist]{Random number distribution class templates}%
\indextext{random number generation!distributions|(}

\rSec3[rand.dist.general]{In general}
\rSec3[rand.dist.general]{General}

\pnum
Each type instantiated
Expand Down
4 changes: 2 additions & 2 deletions source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@

\rSec2[thread.req.lockable]{Requirements for \oldconcept{Lockable} types}

\rSec3[thread.req.lockable.general]{In general}
\rSec3[thread.req.lockable.general]{General}

\pnum
An \defn{execution agent} is an entity such as a thread that may perform work in parallel with
Expand Down Expand Up @@ -6208,7 +6208,7 @@

\rSec2[thread.mutex.requirements]{Mutex requirements}

\rSec3[thread.mutex.requirements.general]{In general}
\rSec3[thread.mutex.requirements.general]{General}

\pnum
A mutex object facilitates protection against data races and allows safe synchronization of
Expand Down
4 changes: 2 additions & 2 deletions source/time.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3921,7 +3921,7 @@

\rSec1[time.cal]{The civil calendar}

\rSec2[time.cal.general]{In general}
\rSec2[time.cal.general]{General}

\pnum
The types in \ref{time.cal} describe the civil (Gregorian) calendar
Expand Down Expand Up @@ -8732,7 +8732,7 @@

\rSec1[time.zone]{Time zones}

\rSec2[time.zone.general]{In general}
\rSec2[time.zone.general]{General}

\pnum
\ref{time.zone} describes an interface for accessing
Expand Down
14 changes: 7 additions & 7 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@

\rSec1[pairs]{Pairs}

\rSec2[pairs.general]{In general}
\rSec2[pairs.general]{General}

\pnum
The library provides a template for heterogeneous pairs of values.
Expand Down Expand Up @@ -1482,7 +1482,7 @@

\rSec1[tuple]{Tuples}

\rSec2[tuple.general]{In general}
\rSec2[tuple.general]{General}

\pnum
\indexlibraryglobal{tuple}%
Expand Down Expand Up @@ -3144,7 +3144,7 @@

\rSec1[optional]{Optional objects}

\rSec2[optional.general]{In general}
\rSec2[optional.general]{General}

\pnum
Subclause~\ref{optional} describes class template \tcode{optional} that represents
Expand Down Expand Up @@ -4864,7 +4864,7 @@

\rSec1[variant]{Variants}

\rSec2[variant.general]{In general}
\rSec2[variant.general]{General}

\pnum
A variant object holds and manages the lifetime of a value.
Expand Down Expand Up @@ -6985,7 +6985,7 @@
\rSec1[expected]{Expected objects}
\indexlibraryglobal{expected}%

\rSec2[expected.general]{In general}
\rSec2[expected.general]{General}

\pnum
Subclause \ref{expected} describes the class template \tcode{expected}
Expand Down Expand Up @@ -15114,7 +15114,7 @@
\end{itemdescr}

\rSec1[execpol]{Execution policies}
\rSec2[execpol.general]{In general}
\rSec2[execpol.general]{General}

\pnum
Subclause~\ref{execpol} describes classes that are \defn{execution policy} types. An
Expand Down Expand Up @@ -15847,7 +15847,7 @@

\rSec2[format.string]{Format string}

\rSec3[format.string.general]{In general}
\rSec3[format.string.general]{General}

\pnum
A \defn{format string} for arguments \tcode{args} is
Expand Down

0 comments on commit b6f17d1

Please sign in to comment.