Open
Description
Consider "odr-use": We're pretty good at sticking a cross-reference to [basic.def.odr] after each mention of the term, but the index still only lists page 27, where the term is defined.
Suggestion:
- Introduce new macros
\usedefn{term}{xref}
and\usedefnx{term}{index-term}{xref}
. They would render asterm\iref{xref}
and also put add an index entry forterm
orindex-term
, respectively. - We could make the index entry bold for the location where we define a term.
- Replace all appearances of
odr-use\iref{basic.def.odr}
with\usedefn{odr-use}{basic.def.odr}
etc.
Opinions?