Skip to content

Commit f10daae

Browse files
committed
[container.requirements] Replace 'is const' with 'is of type const X'
1 parent 68ac776 commit f10daae

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

source/containers.tex

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
\begin{itemdescr}
334334
\pnum
335335
\result
336-
\tcode{const_iterator} if \tcode{b} is \tcode{const};
336+
\tcode{const_iterator} if \tcode{b} is of type \tcode{const X};
337337
\tcode{iterator} otherwise.
338338

339339
\pnum
@@ -353,7 +353,7 @@
353353
\begin{itemdescr}
354354
\pnum
355355
\result
356-
\tcode{const_iterator} if \tcode{b} is \tcode{const};
356+
\tcode{const_iterator} if \tcode{b} is of type \tcode{const X};
357357
\tcode{iterator} otherwise.
358358

359359
\pnum
@@ -773,7 +773,7 @@
773773
\begin{itemdescr}
774774
\pnum
775775
\result
776-
\tcode{const_reverse_iterator} if \tcode{a} is \tcode{const};
776+
\tcode{const_reverse_iterator} if \tcode{a} is of type \tcode{const X};
777777
\tcode{reverse_iterator} otherwise.
778778

779779
\pnum
@@ -793,7 +793,7 @@
793793
\begin{itemdescr}
794794
\pnum
795795
\result
796-
\tcode{const_reverse_iterator} if \tcode{a} is \tcode{const};
796+
\tcode{const_reverse_iterator} if \tcode{a} is of type \tcode{const X};
797797
\tcode{reverse_iterator} otherwise.
798798

799799
\pnum
@@ -1845,7 +1845,8 @@
18451845
\begin{itemdescr}
18461846
\pnum
18471847
\result
1848-
\tcode{const_reference} if \tcode{a} is \tcode{const}; \tcode{reference} otherwise.
1848+
\tcode{const_reference} if \tcode{a} is of type \tcode{const X};
1849+
\tcode{reference} otherwise.
18491850

18501851
\pnum
18511852
\returns
@@ -1869,7 +1870,8 @@
18691870
\begin{itemdescr}
18701871
\pnum
18711872
\result
1872-
\tcode{const_reference} if \tcode{a} is \tcode{const}; \tcode{reference} otherwise.
1873+
\tcode{const_reference} if \tcode{a} is of type \tcode{const X};
1874+
\tcode{reference} otherwise.
18731875

18741876
\pnum
18751877
\effects
@@ -2178,7 +2180,8 @@
21782180
\begin{itemdescr}
21792181
\pnum
21802182
\result
2181-
\tcode{const_reference} if \tcode{a} is \tcode{const}; \tcode{reference} otherwise.
2183+
\tcode{const_reference} if \tcode{a} is of type \tcode{const X};
2184+
\tcode{reference} otherwise.
21822185

21832186
\pnum
21842187
\effects
@@ -2200,7 +2203,8 @@
22002203
\begin{itemdescr}
22012204
\pnum
22022205
\result
2203-
\tcode{const_reference} if \tcode{a} is \tcode{const}; \tcode{reference} otherwise.
2206+
\tcode{const_reference} if \tcode{a} is of type \tcode{const X};
2207+
\tcode{reference} otherwise.
22042208

22052209
\pnum
22062210
\returns
@@ -3685,7 +3689,7 @@
36853689
\begin{itemdescr}
36863690
\pnum
36873691
\result
3688-
\tcode{const_iterator} if \tcode{b} is \tcode{const};
3692+
\tcode{const_iterator} if \tcode{b} is of type \tcode{const X};
36893693
\tcode{iterator} otherwise.
36903694

36913695
\pnum
@@ -3706,7 +3710,7 @@
37063710
\begin{itemdescr}
37073711
\pnum
37083712
\result
3709-
\tcode{const_iterator} if \tcode{a_tran} is \tcode{const};
3713+
\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X};
37103714
\tcode{iterator} otherwise.
37113715

37123716
\pnum
@@ -3797,7 +3801,7 @@
37973801
\begin{itemdescr}
37983802
\pnum
37993803
\result
3800-
\tcode{const_iterator} if \tcode{b} is \tcode{const};
3804+
\tcode{const_iterator} if \tcode{b} is of type \tcode{const X};
38013805
\tcode{iterator} otherwise.
38023806

38033807
\pnum
@@ -3818,7 +3822,7 @@
38183822
\begin{itemdescr}
38193823
\pnum
38203824
\result
3821-
\tcode{const_iterator} if \tcode{a_tran} is \tcode{const};
3825+
\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X};
38223826
\tcode{iterator} otherwise.
38233827

38243828
\pnum
@@ -3840,7 +3844,7 @@
38403844
\begin{itemdescr}
38413845
\pnum
38423846
\result
3843-
\tcode{const_iterator} if \tcode{b} is \tcode{const};
3847+
\tcode{const_iterator} if \tcode{b} is of type \tcode{const X};
38443848
\tcode{iterator} otherwise.
38453849

38463850
\pnum
@@ -3861,7 +3865,7 @@
38613865
\begin{itemdescr}
38623866
\pnum
38633867
\result
3864-
\tcode{const_iterator} if \tcode{a_tran} is \tcode{const};
3868+
\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X};
38653869
\tcode{iterator} otherwise.
38663870

38673871
\pnum
@@ -3883,7 +3887,7 @@
38833887
\begin{itemdescr}
38843888
\pnum
38853889
\result
3886-
\tcode{pair<const_iterator, const_iterator>} if \tcode{b} is \tcode{const};
3890+
\tcode{pair<const_iterator, const_iterator>} if \tcode{b} is of type \tcode{const X};
38873891
\tcode{pair<iterator, iterator>} otherwise.
38883892

38893893
\pnum
@@ -3903,7 +3907,7 @@
39033907
\begin{itemdescr}
39043908
\pnum
39053909
\result
3906-
\tcode{pair<const_iterator, const_iterator>} if \tcode{a_tran} is \tcode{const};
3910+
\tcode{pair<const_iterator, const_iterator>} if \tcode{a_tran} is of type \tcode{const X};
39073911
\tcode{pair<iterator, iterator>} otherwise.
39083912

39093913
\pnum
@@ -5388,7 +5392,7 @@
53885392
\begin{itemdescr}
53895393
\pnum
53905394
\result
5391-
\tcode{const_iterator} if \tcode{b} is \tcode{const};
5395+
\tcode{const_iterator} if \tcode{b} is of type \tcode{const X};
53925396
\tcode{iterator} otherwise.
53935397

53945398
\pnum
@@ -5409,7 +5413,7 @@
54095413
\begin{itemdescr}
54105414
\pnum
54115415
\result
5412-
\tcode{const_iterator} if \tcode{a_tran} is \tcode{const};
5416+
\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X};
54135417
\tcode{iterator} otherwise.
54145418

54155419
\pnum
@@ -5491,7 +5495,7 @@
54915495
\begin{itemdescr}
54925496
\pnum
54935497
\result
5494-
\tcode{pair<const_iterator, const_iterator>} if \tcode{b} is \tcode{const};
5498+
\tcode{pair<const_iterator, const_iterator>} if \tcode{b} is of type \tcode{const X};
54955499
\tcode{pair<iterator, iterator>} otherwise.
54965500

54975501
\pnum
@@ -5512,7 +5516,7 @@
55125516
\begin{itemdescr}
55135517
\pnum
55145518
\result
5515-
\tcode{pair<const_iterator, const_iterator>} if \tcode{a_tran} is \tcode{const};
5519+
\tcode{pair<const_iterator, const_iterator>} if \tcode{a_tran} is of type \tcode{const X};
55165520
\tcode{pair<iterator, iterator>} otherwise.
55175521

55185522
\pnum
@@ -5650,7 +5654,7 @@
56505654
\begin{itemdescr}
56515655
\pnum
56525656
\result
5653-
\tcode{const_local_iterator} if \tcode{b} is \tcode{const};
5657+
\tcode{const_local_iterator} if \tcode{b} is of type \tcode{const X};
56545658
\tcode{local_iterator} otherwise.
56555659

56565660
\pnum
@@ -5675,7 +5679,7 @@
56755679
\begin{itemdescr}
56765680
\pnum
56775681
\result
5678-
\tcode{const_local_iterator} if \tcode{b} is \tcode{const};
5682+
\tcode{const_local_iterator} if \tcode{b} is of type \tcode{const X};
56795683
\tcode{local_iterator} otherwise.
56805684

56815685
\pnum

0 commit comments

Comments
 (0)