File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 309
309
\tcode {const_iterator} type referring to the same element with no change in semantics.
310
310
311
311
\pnum
312
- Unless otherwise specified, all containers defined in this clause obtain memory
312
+ Unless otherwise specified, all containers defined in this Clause obtain memory
313
313
using an allocator (see~\ref {allocator.requirements }).
314
314
\begin {note }
315
315
In particular, containers and iterators do not store references
Original file line number Diff line number Diff line change 39
39
\pnum
40
40
\begin {note }
41
41
\fref {iostreams.streampos } illustrates relationships among various types
42
- described in this clause . A line from \textbf {A } to \textbf {B } indicates that \textbf {A }
42
+ described in this Clause . A line from \textbf {A } to \textbf {B } indicates that \textbf {A }
43
43
is an alias (e.g., a typedef) for \textbf {B } or that \textbf {A } is defined in terms of
44
44
\textbf {B }.
45
45
Original file line number Diff line number Diff line change 4904
4904
4905
4905
\begin {itemdescr }
4906
4906
\pnum
4907
- The expression in the requires clause is equivalent to:
4907
+ The expression in the \grammarterm { requires- clause} is equivalent to:
4908
4908
\begin {codeblock }
4909
4909
@\libconcept {indirectly_readable}@<const I> &&
4910
4910
(requires(const I& i) { i.operator->(); } ||
Original file line number Diff line number Diff line change 9873
9873
for which:
9874
9874
\begin {itemize }
9875
9875
\item
9876
- the function description's \returns clause
9876
+ the function description's \returns element
9877
9877
explicitly specifies a domain
9878
9878
and those argument values fall
9879
9879
outside the specified domain,
Original file line number Diff line number Diff line change 48
48
in~\ref {res.on.exception.handling }.
49
49
50
50
\begin {example }
51
- Consider a function in this clause that is specified to throw exceptions of type
51
+ Consider a function in this Clause that is specified to throw exceptions of type
52
52
\tcode {system_error} and specifies error conditions that include
53
53
\tcode {operation_not_permitted} for a thread that does not have the privilege to
54
54
perform the operation. Assume that, during the execution of this function, an \tcode {errno}
5954
5954
\defnx {shared state}{future!shared state} consists of some state information and some (possibly not
5955
5955
yet evaluated) \term {result}, which can be a (possibly void) value or an exception.
5956
5956
\begin {note }
5957
- Futures, promises, and tasks defined in this clause reference such shared state.
5957
+ Futures, promises, and tasks defined in this Clause reference such shared state.
5958
5958
\end {note }
5959
5959
5960
5960
\pnum
Original file line number Diff line number Diff line change 8754
8754
\pnum
8755
8755
\throws
8756
8756
If a \tcode {const time_zone*} cannot be found
8757
- as described in the \returns clause ,
8757
+ as described in the \returns element ,
8758
8758
throws a \tcode {runtime_error}.
8759
8759
\begin {note }
8760
8760
On non-exceptional return, the return value is always a pointer to a valid \tcode {time_zone}.
You can’t perform that action at this time.
0 commit comments