File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1917
1917
\tcode {allocation_result<X::pointer>\{ ptr, count\} }
1918
1918
where \tcode {ptr} is memory allocated for an array of \tcode {count} \tcode {T}
1919
1919
and such an object is created but array elements are not constructed,
1920
- such that $ \tcode {count} >= \tcode {n}$ .
1920
+ such that $ \tcode {count} \geq \tcode {n}$ .
1921
1921
\tcode {allocate_at_least} may throw an appropriate exception.
1922
1922
See Note C, below. &
1923
1923
See Note D, below. \\ \rowsep
1933
1933
\tcode {req} be the value passed as the first argument of that call.
1934
1934
\tcode {p} is equal to \tcode {ret.ptr} and
1935
1935
\tcode {n} is a value such that
1936
- $ \tcode {req} <= \tcode {n} <= \tcode {ret.count}$ .
1936
+ $ \tcode {req} \leq \tcode {n} \leq \tcode {ret.count}$ .
1937
1937
\item
1938
1938
Otherwise, \tcode {p} is a value obtained from \tcode {allocate}.
1939
1939
\tcode {n} equals the value passed as the first argument
Original file line number Diff line number Diff line change 8379
8379
\tcode{allocation_result<T*>\{ptr, count\}},
8380
8380
where \tcode{ptr} is a pointer to
8381
8381
the initial element of an array of \tcode{count} \tcode{T} and
8382
- $\tcode{count} >= \tcode{n}$.
8382
+ $\tcode{count} \geq \tcode{n}$.
8383
8383
8384
8384
\pnum
8385
8385
\throws
8409
8409
let \tcode{ret} be the value returned and
8410
8410
\tcode{req} be the value passed as the first argument to that call.
8411
8411
\tcode{p} is equal to \tcode{ret.ptr} and
8412
- \tcode{n} is a value such that $\tcode{req} <= \tcode{n} <= \tcode{ret.count}$.
8412
+ \tcode{n} is a value such that $\tcode{req} \leq \tcode{n} \leq \tcode{ret.count}$.
8413
8413
\item
8414
8414
Otherwise, \tcode{p} is a pointer value obtained from \tcode{allocate}.
8415
8415
\tcode{n} equals the value passed as the first argument
You can’t perform that action at this time.
0 commit comments