Skip to content

Commit 65e56ae

Browse files
jensmaurerJohelEGP
andauthored
fixup req table
Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]>
1 parent 452429b commit 65e56ae

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

source/lib-intro.tex

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,13 +1916,13 @@
19161916
\end{itemdescr}
19171917

19181918
\begin{itemdecl}
1919-
typename X::const_pointer}
1919+
typename X::const_pointer
19201920
\end{itemdecl}
19211921

19221922
\begin{itemdescr}
19231923
\pnum
19241924
\mandates
1925-
\tcode{X::pointer} is convertible to \tcode{X::const_pointer}
1925+
\tcode{X::pointer} is convertible to \tcode{X::const_pointer}.
19261926

19271927
\pnum
19281928
\remarks
@@ -1972,7 +1972,7 @@
19721972
\begin{itemdescr}
19731973
\pnum
19741974
\result
1975-
Identical to \tcode{T}
1975+
Identical to \tcode{T}.
19761976
\end{itemdescr}
19771977

19781978
\begin{itemdecl}
@@ -1982,11 +1982,12 @@
19821982
\begin{itemdescr}
19831983
\pnum
19841984
\result
1985-
A unsigned integer type
1985+
An unsigned integer type
19861986
that can represent the size of the largest object in the allocation model.
19871987

19881988
\pnum
19891989
\remarks
1990+
Default:
19901991
\tcode{make_unsigned_t<X::difference_type>}
19911992
\end{itemdescr}
19921993

@@ -2002,6 +2003,7 @@
20022003

20032004
\pnum
20042005
\remarks
2006+
Default:
20052007
\tcode{pointer_traits<X::pointer>::difference_type}
20062008
\end{itemdescr}
20072009

@@ -2031,7 +2033,7 @@
20312033

20322034
\pnum
20332035
\begin{note}
2034-
The member class template \tcode{rebind} in the table above is
2036+
The member class template \tcode{rebind} of \tcode{X} is
20352037
effectively a typedef template.
20362038
In general, if
20372039
the name \tcode{Allocator} is bound to \tcode{SomeAllocator<T>}, then
@@ -2073,7 +2075,7 @@
20732075
\begin{itemdescr}
20742076
\pnum
20752077
\result
2076-
type of \tcode{T::m}
2078+
Type of \tcode{T::m}.
20772079

20782080
\pnum
20792081
\expects
@@ -2091,7 +2093,7 @@
20912093
\begin{itemdescr}
20922094
\pnum
20932095
\result
2094-
type of \tcode{T::m}
2096+
Type of \tcode{T::m}.
20952097

20962098
\pnum
20972099
\expects
@@ -2103,7 +2105,7 @@
21032105
\end{itemdescr}
21042106

21052107
\begin{itemdecl}
2106-
static_cast<X::pointer>(w)}
2108+
static_cast<X::pointer>(w)
21072109
\end{itemdecl}
21082110

21092111
\begin{itemdescr}
@@ -2208,7 +2210,7 @@
22082210
\begin{itemdescr}
22092211
\pnum
22102212
\result
2211-
allocation_result<X::pointer>
2213+
tcode{allocation_result<X::pointer>}
22122214

22132215
\pnum
22142216
\returns
@@ -2317,7 +2319,7 @@
23172319

23182320
\pnum
23192321
\returns
2320-
\tcode{!(a1 == a2)}
2322+
\tcode{!(a1 == a2)}.
23212323
\end{itemdescr}
23222324

23232325
\begin{itemdecl}
@@ -2331,7 +2333,7 @@
23312333

23322334
\pnum
23332335
\returns
2334-
\tcode{a == Y::rebind<T>::other(b)}
2336+
\tcode{a == Y::rebind<T>::other(b)}.
23352337
\end{itemdescr}
23362338

23372339
\begin{itemdecl}
@@ -2345,7 +2347,7 @@
23452347

23462348
\pnum
23472349
\returns
2348-
\tcode{!(a == b)}
2350+
\tcode{!(a == b)}.
23492351
\end{itemdescr}
23502352

23512353
\begin{itemdecl}
@@ -2370,7 +2372,7 @@
23702372
\begin{itemdescr}
23712373
\pnum
23722374
\ensures
2373-
\tcode{Y(u) == b} and \tcode{u == X(b)}
2375+
\tcode{Y(u) == b} and \tcode{u == X(b)}.
23742376

23752377
\pnum
23762378
\throws
@@ -2422,7 +2424,7 @@
24222424
\pnum
24232425
\remarks
24242426
Default:
2425-
\tcode{construct_at(c,~std::forward<Args>(args)...)}
2427+
\tcode{construct_at(c, std::forward<Args>(args)...)}
24262428
\end{itemdescr}
24272429

24282430
\begin{itemdecl}
@@ -2539,7 +2541,7 @@
25392541
\pnum
25402542
\returns
25412543
\tcode{true_type} only if the expression \tcode{a1 == a2} is guaranteed
2542-
to be \tcode{true} for any two (possibly \keyword{const}) values
2544+
to be \tcode{true} for any two (possibly \tcode{const}) values
25432545
\tcode{a1}, \tcode{a2} of type \tcode{X}.
25442546

25452547
\pnum

0 commit comments

Comments
 (0)