File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3857
3857
\pnum
3858
3858
An incomplete type \tcode {T} may be used when instantiating \tcode {forward_list}
3859
3859
if the allocator satisfies the
3860
- allocator completeness requirements~\ref {allocator.requirements.completeness }.
3860
+ allocator completeness requirements~( \ref {allocator.requirements.completeness }) .
3861
3861
\tcode {T} shall be complete before any member of the resulting specialization
3862
3862
of \tcode {forward_list} is referenced.
3863
3863
4571
4571
\pnum
4572
4572
An incomplete type \tcode {T} may be used when instantiating \tcode {list}
4573
4573
if the allocator satisfies the
4574
- allocator completeness requirements~\ref {allocator.requirements.completeness }.
4574
+ allocator completeness requirements~( \ref {allocator.requirements.completeness }) .
4575
4575
\tcode {T} shall be complete before any member of the resulting specialization
4576
4576
of \tcode {list} is referenced.
4577
4577
5243
5243
\pnum
5244
5244
An incomplete type \tcode {T} may be used when instantiating \tcode {vector}
5245
5245
if the allocator satisfies the
5246
- allocator completeness requirements~\ref {allocator.requirements.completeness }.
5246
+ allocator completeness requirements~( \ref {allocator.requirements.completeness }) .
5247
5247
\tcode {T} shall be complete before any member of the resulting specialization
5248
5248
of \tcode {vector} is referenced.
5249
5249
Original file line number Diff line number Diff line change 1664
1664
1665
1665
\pnum
1666
1666
\begin {note } If an error represents an out-of-memory condition, implementations are
1667
- encouraged to throw an exception object of type \tcode {bad_alloc}~\ref {bad.alloc } rather
1667
+ encouraged to throw an exception object of type \tcode {bad_alloc}~( \ref {bad.alloc }) rather
1668
1668
than \tcode {system_error}. \end {note }
1669
1669
1670
1670
\indexlibrary {\idxcode {system_error}}%
Original file line number Diff line number Diff line change 2126
2126
2127
2127
\begin {itemize }
2128
2128
\item \tcode {X} is a complete type, and
2129
- \item all the member types of \tcode {allocator_traits<X>}~\ref {allocator.traits }
2129
+ \item all the member types of \tcode {allocator_traits<X>}~( \ref {allocator.traits })
2130
2130
other than \tcode {value_type} are complete types.
2131
2131
\end {itemize }
2132
2132
Original file line number Diff line number Diff line change 848
848
\tcode {match_prev_avail} &
849
849
\verb !--first ! is a valid iterator position. When this flag is
850
850
set the flags match_not_bol and match_not_bow shall be ignored by the
851
- regular expression algorithms~\ref {re.alg } and iterators~\ref {re.iter }.
851
+ regular expression algorithms~( \ref {re.alg }) and iterators~( \ref {re.iter }) .
852
852
\\ \rowsep
853
853
%
854
854
\indexlibrary {\idxcode {format_default}}%
4158
4158
The behavior of the internal finite state machine representation when used to match a
4159
4159
sequence of characters is as described in ECMA-262.
4160
4160
The behavior is modified according
4161
- to any match_flag_type flags~\ref {re.matchflag } specified when using the regular expression
4162
- object in one of the regular expression algorithms~\ref {re.alg }. The behavior is also
4161
+ to any match_flag_type flags~( \ref {re.matchflag }) specified when using the regular expression
4162
+ object in one of the regular expression algorithms~( \ref {re.alg }) . The behavior is also
4163
4163
localized by interaction with the traits class template parameter as follows:
4164
4164
\begin {itemize }
4165
4165
\item During matching of a regular expression finite state machine
Original file line number Diff line number Diff line change 7683
7683
7684
7684
\pnum
7685
7685
All specializations of the default allocator satisfy the
7686
- allocator completeness requirements~\ref{allocator.requirements.completeness}.
7686
+ allocator completeness requirements~( \ref{allocator.requirements.completeness}) .
7687
7687
7688
7688
\indexlibrary{\idxcode{allocator}}%
7689
7689
\begin{codeblock}
You can’t perform that action at this time.
0 commit comments