Skip to content

Commit b6f17d1

Browse files
committed
[std] Rename 'In general' headings to 'General' for consistency
Fixes ISO/CS comment (C++23 proof)
1 parent 85f4bb4 commit b6f17d1

File tree

9 files changed

+23
-23
lines changed

9 files changed

+23
-23
lines changed

source/containers.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5952,7 +5952,7 @@
59525952

59535953
\rSec1[sequences]{Sequence containers}
59545954

5955-
\rSec2[sequences.general]{In general}
5955+
\rSec2[sequences.general]{General}
59565956

59575957
\pnum
59585958
The headers
@@ -9454,7 +9454,7 @@
94549454

94559455
\rSec1[associative]{Associative containers}
94569456

9457-
\rSec2[associative.general]{In general}
9457+
\rSec2[associative.general]{General}
94589458

94599459
\pnum
94609460
The header \libheader{map} defines the class templates \tcode{map} and
@@ -11383,7 +11383,7 @@
1138311383

1138411384
\rSec1[unord]{Unordered associative containers}
1138511385

11386-
\rSec2[unord.general]{In general}
11386+
\rSec2[unord.general]{General}
1138711387

1138811388
\pnum
1138911389
The header \libheader{unordered_map} defines the class templates
@@ -13560,7 +13560,7 @@
1356013560

1356113561
\rSec1[container.adaptors]{Container adaptors}
1356213562

13563-
\rSec2[container.adaptors.general]{In general}
13563+
\rSec2[container.adaptors.general]{General}
1356413564

1356513565
\pnum
1356613566
The headers

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6323,7 +6323,7 @@
63236323
\rSec1[dcl.fct.def]{Function definitions}%
63246324
\indextext{definition!function|(}
63256325

6326-
\rSec2[dcl.fct.def.general]{In general}
6326+
\rSec2[dcl.fct.def.general]{General}
63276327

63286328
\pnum
63296329
\indextext{body!function}%

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519

520520
\rSec1[iterator.requirements]{Iterator requirements}
521521

522-
\rSec2[iterator.requirements.general]{In general}
522+
\rSec2[iterator.requirements.general]{General}
523523

524524
\pnum
525525
\indextext{requirements!iterator}%

source/memory.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
\rSec1[memory]{Memory}
2222

23-
\rSec2[memory.general]{In general}
23+
\rSec2[memory.general]{General}
2424

2525
\pnum
2626
Subclause~\ref{memory} describes the contents of the header
@@ -1935,7 +1935,7 @@
19351935

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

1938-
\rSec4[unique.ptr.dltr.general]{In general}
1938+
\rSec4[unique.ptr.dltr.general]{General}
19391939

19401940
\pnum
19411941
The class template \tcode{default_delete} serves as the default deleter (destruction policy)

source/meta.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

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

18-
\rSec2[intseq.general]{In general}
18+
\rSec2[intseq.general]{General}
1919

2020
\pnum
2121
The library provides a class template that can represent an integer sequence.
@@ -2520,7 +2520,7 @@
25202520

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

2523-
\rSec2[ratio.general]{In general}
2523+
\rSec2[ratio.general]{General}
25242524

25252525
\pnum
25262526
\indexlibraryglobal{ratio}%

source/numerics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3073,7 +3073,7 @@
30733073

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

3076-
\rSec3[rand.adapt.general]{In general}
3076+
\rSec3[rand.adapt.general]{General}
30773077

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

4141-
\rSec3[rand.dist.general]{In general}
4141+
\rSec3[rand.dist.general]{General}
41424142

41434143
\pnum
41444144
Each type instantiated

source/threads.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

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

172-
\rSec3[thread.req.lockable.general]{In general}
172+
\rSec3[thread.req.lockable.general]{General}
173173

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

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

6211-
\rSec3[thread.mutex.requirements.general]{In general}
6211+
\rSec3[thread.mutex.requirements.general]{General}
62126212

62136213
\pnum
62146214
A mutex object facilitates protection against data races and allows safe synchronization of

source/time.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3921,7 +3921,7 @@
39213921

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

3924-
\rSec2[time.cal.general]{In general}
3924+
\rSec2[time.cal.general]{General}
39253925

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

87338733
\rSec1[time.zone]{Time zones}
87348734

8735-
\rSec2[time.zone.general]{In general}
8735+
\rSec2[time.zone.general]{General}
87368736

87378737
\pnum
87388738
\ref{time.zone} describes an interface for accessing

source/utilities.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@
711711

712712
\rSec1[pairs]{Pairs}
713713

714-
\rSec2[pairs.general]{In general}
714+
\rSec2[pairs.general]{General}
715715

716716
\pnum
717717
The library provides a template for heterogeneous pairs of values.
@@ -1482,7 +1482,7 @@
14821482

14831483
\rSec1[tuple]{Tuples}
14841484

1485-
\rSec2[tuple.general]{In general}
1485+
\rSec2[tuple.general]{General}
14861486

14871487
\pnum
14881488
\indexlibraryglobal{tuple}%
@@ -3144,7 +3144,7 @@
31443144

31453145
\rSec1[optional]{Optional objects}
31463146

3147-
\rSec2[optional.general]{In general}
3147+
\rSec2[optional.general]{General}
31483148

31493149
\pnum
31503150
Subclause~\ref{optional} describes class template \tcode{optional} that represents
@@ -4864,7 +4864,7 @@
48644864

48654865
\rSec1[variant]{Variants}
48664866

4867-
\rSec2[variant.general]{In general}
4867+
\rSec2[variant.general]{General}
48684868

48694869
\pnum
48704870
A variant object holds and manages the lifetime of a value.
@@ -6985,7 +6985,7 @@
69856985
\rSec1[expected]{Expected objects}
69866986
\indexlibraryglobal{expected}%
69876987

6988-
\rSec2[expected.general]{In general}
6988+
\rSec2[expected.general]{General}
69896989

69906990
\pnum
69916991
Subclause \ref{expected} describes the class template \tcode{expected}
@@ -15114,7 +15114,7 @@
1511415114
\end{itemdescr}
1511515115

1511615116
\rSec1[execpol]{Execution policies}
15117-
\rSec2[execpol.general]{In general}
15117+
\rSec2[execpol.general]{General}
1511815118

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

1584815848
\rSec2[format.string]{Format string}
1584915849

15850-
\rSec3[format.string.general]{In general}
15850+
\rSec3[format.string.general]{General}
1585115851

1585215852
\pnum
1585315853
A \defn{format string} for arguments \tcode{args} is

0 commit comments

Comments
 (0)