Skip to content

Commit 013c6e0

Browse files
jensmaurertkoeppe
authored andcommitted
Index all mentions of 'implementation-dependent' (#1967)
1 parent d17c607 commit 013c6e0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

source/iostreams.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4507,7 +4507,8 @@
45074507
During preparation, the constructor may call
45084508
\tcode{setstate(failbit)}
45094509
(which may throw
4510-
\tcode{ios_base::\brk{}failure}\iref{iostate.flags})\footnote{The sentry
4510+
\tcode{ios_base::\brk{}failure}\iref{iostate.flags})\footnote{The
4511+
\tcode{sentry}
45114512
constructor and destructor
45124513
can also perform additional
45134514
\indextext{implementation-dependent}%
@@ -6004,6 +6005,7 @@
60046005
\tcode{sentry}
60056006
constructor and destructor
60066007
can also perform additional
6008+
\indextext{implementation-dependent}%
60076009
implementation-dependent operations.}
60086010
\end{itemdescr}
60096011

source/support.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,9 @@
503503
\tcode{<limits>}\iref{limits.syn},
504504
\tcode{<climits>}\iref{climits.syn}, and
505505
\tcode{<cfloat>}\iref{cfloat.syn}
506-
supply characteristics of imple\-mentation-dependent
506+
supply characteristics of
507+
\indextext{implementation-dependent}%
508+
imple\-mentation-dependent
507509
arithmetic types\iref{basic.fundamental}.
508510

509511
\pnum

source/templates.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6276,6 +6276,7 @@
62766276
instantiation~(\ref{temp.constr.decl}, \ref{temp.constr.constr}),
62776277
except as described below.
62786278
\begin{note} In addition, it will typically be an explicit instantiation of certain
6279+
\indextext{implementation-dependent}%
62796280
implementation-dependent data about the class. \end{note}
62806281

62816282
\pnum

0 commit comments

Comments
 (0)