File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2069
2069
2070
2070
\pnum
2071
2071
In the \grammarterm {function-body}, a
2072
- \grammarterm {function-local predefined variable} denotes a block-scope object of static
2072
+ \defnx {function-local predefined variable}{variable!function-local predefined } denotes a block-scope object of static
2073
2073
storage duration that is implicitly defined (see~\ref {basic.scope.block }).
2074
2074
2075
2075
\pnum
2096
2096
\end {example }
2097
2097
2098
2098
\rSec 2[dcl.fct.def.default]{Explicitly-defaulted functions}%
2099
- \indextext {definition!function!explicitly-defaulted}%
2100
2099
2101
2100
\pnum
2102
2101
A function definition whose
2103
2102
\grammarterm {function-body}
2104
2103
is of the form
2105
2104
\tcode {= default ;}
2106
- is called an \grammarterm { explicitly-defaulted} definition.
2105
+ is called an \defnx {explicitly-defaulted}{definition!function! explicitly-defaulted} definition.
2107
2106
A function that is explicitly defaulted shall
2108
2107
2109
2108
\begin {itemize }
Original file line number Diff line number Diff line change 8101
8101
T*
8102
8102
T&
8103
8103
T&&
8104
- T[@\grammarterm {integer-constant}@]
8104
+ T[@\placeholder {integer-constant}@]
8105
8105
@\grammarterm {template-name}@<T> @\textrm {(where \tcode {\grammarterm {template-name}} refers to a class template)}@
8106
8106
@\placeholder {type}@(T)
8107
8107
T()
You can’t perform that action at this time.
0 commit comments