Skip to content

[std] Fix dangling index redirects. #4110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 3, 2020
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
2 changes: 1 addition & 1 deletion source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@

\pnum
\indextext{scope!block}%
\indextext{local scope|see{block scope}}%
\indextext{local scope|see{scope, block}}%
A name declared in a block\iref{stmt.block} is local to that block; it has
\defnx{block scope}{block (statement)!scope}.
Its potential scope begins at its point of
Expand Down
3 changes: 2 additions & 1 deletion source/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3563,7 +3563,8 @@
derived object\iref{intro.object} is unspecified.
\begin{note}
\indextext{directed acyclic graph|see{DAG}}%
\indextext{lattice|see{DAG, subobject}}%
\indextext{lattice|see{DAG}}%
\indextext{lattice|see{subobject}}%
A derived class and its base class subobjects can be represented by a
directed acyclic graph (DAG) where an arrow means ``directly derived
from'' (see \fref{class.dag}).
Expand Down
5 changes: 4 additions & 1 deletion source/declarations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,10 @@

\rSec2[dcl.fct.spec]{Function specifiers}%
\indextext{specifier!function}%
\indextext{function|seealso{friend function; member function; inline function; virtual function}}
\indextext{function|seealso{friend function}}
\indextext{function|seealso{member function}}
\indextext{function|seealso{inline function}}
\indextext{function|seealso{virtual function}}

\pnum
A
Expand Down
8 changes: 4 additions & 4 deletions source/preprocessor.tex
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
\rSec1[cpp.include]{Source file inclusion}
\indextext{preprocessing directive!header inclusion}
\indextext{preprocessing directive!source-file inclusion}
\indextext{inclusion!source file|see{preprocessing directives, source-file inclusion}}%
\indextext{inclusion!source file|see{preprocessing directive, source-file inclusion}}%
\indextext{\idxcode{\#include}}%

\pnum
Expand Down Expand Up @@ -1525,7 +1525,7 @@

\rSec1[cpp.line]{Line control}%
\indextext{preprocessing directive!line control}%
\indextext{\idxcode{\#line}|see{preprocessing directives, line control}}
\indextext{\idxcode{\#line}|see{preprocessing directive, line control}}

\pnum
The \grammarterm{string-literal} of a
Expand Down Expand Up @@ -1581,7 +1581,7 @@

\rSec1[cpp.error]{Error directive}%
\indextext{preprocessing directive!error}%
\indextext{\idxcode{\#error}|see{preprocessing directives, error}}
\indextext{\idxcode{\#error}|see{preprocessing directive, error}}

\pnum
A preprocessing directive of the form
Expand All @@ -1594,7 +1594,7 @@

\rSec1[cpp.pragma]{Pragma directive}%
\indextext{preprocessing directive!pragma}%
\indextext{\idxcode{\#pragma}|see{preprocessing directives, pragma}}
\indextext{\idxcode{\#pragma}|see{preprocessing directive, pragma}}

\pnum
A preprocessing directive of the form
Expand Down
4 changes: 2 additions & 2 deletions source/templates.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3816,7 +3816,7 @@
the same set of template argument lists.

\pnum
\indextext{template!function!equivalent|see{equivalent, function template}}%
\indextext{template!function!equivalent|see{equivalent, function templates}}%
Two function templates are
\defnx{equivalent}{equivalent!function templates}
if they
Expand All @@ -3830,7 +3830,7 @@
expressions involving
template parameters.
\indextext{equivalent!functionally|see{functionally equivalent}}%
\indextext{template!function!functionally equivalent|see{functionally equivalent, function template}}%
\indextext{template!function!functionally equivalent|see{functionally equivalent, function templates}}%
Two function templates are
\defnx{functionally equivalent}{functionally equivalent!function templates}
if they
Expand Down
2 changes: 1 addition & 1 deletion source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5555,7 +5555,7 @@
the next phase starts.
\end{itemize}

\indextext{phase synchronization point|see{barrier, phase synchronization point }}%
\indextext{phase synchronization point|see{barrier, phase synchronization point}}%
\pnum
\indextext{block (execution)}%
Each phase defines a \defnx{phase synchronization point}{barrier!phase synchronization point}.
Expand Down