Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4484,7 +4484,8 @@
During preparation, the constructor may call
\tcode{setstate(failbit)}
(which may throw
\tcode{ios_base::\brk{}failure}\iref{iostate.flags})\footnote{The sentry
\tcode{ios_base::\brk{}failure}\iref{iostate.flags})\footnote{The
\tcode{sentry}
constructor and destructor
can also perform additional
\indextext{implementation-dependent}%
Expand Down Expand Up @@ -5976,6 +5977,7 @@
\tcode{sentry}
constructor and destructor
can also perform additional
\indextext{implementation-dependent}%
implementation-dependent operations.}
\end{itemdescr}

Expand Down
4 changes: 3 additions & 1 deletion source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,9 @@
\tcode{<limits>}\iref{limits.syn},
\tcode{<climits>}\iref{climits.syn}, and
\tcode{<cfloat>}\iref{cfloat.syn}
supply characteristics of imple\-mentation-dependent
supply characteristics of
\indextext{implementation-dependent}%
imple\-mentation-dependent
arithmetic types\iref{basic.fundamental}.

\rSec2[limits.syn]{Header \tcode{<limits>} synopsis}
Expand Down
1 change: 1 addition & 0 deletions source/templates.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6182,6 +6182,7 @@
instantiation~(\ref{temp.constr.decl}, \ref{temp.constr.constr}),
except as described below.
\begin{note} In addition, it will typically be an explicit instantiation of certain
\indextext{implementation-dependent}%
implementation-dependent data about the class. \end{note}

\pnum
Expand Down