File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45504550in different translation units,
45514551a diagnostic is required only if $ D$ is attached to a named module.
45524552If a declaration $ F_1 $ is a
4553- first declaration of `f`
4553+ first declaration of \tcode {f}
45544554in one translation unit and
45554555a declaration $ F_2 $ is a
4556- first declaration of `f` in another translation unit,
4556+ first declaration of \tcode {f} in another translation unit,
45574557$ F_1 $ and $ F_2 $ shall specify the same
45584558\grammarterm {function-contract-specifier-seq}, no diagnostic required.
45594559
47134713as the name of a \defn {result binding}
47144714of the associated function.
47154715If a postcondition assertion has a \grammarterm {result-name-introducer}
4716- and the return type of the function is $ cv$ ` void` ,
4716+ and the return type of the function is $ cv$ \keyword { void} ,
47174717the program is ill-formed.
47184718A result binding denotes
47194719the object or reference returned by
Original file line number Diff line number Diff line change 19111911\item
19121912a variable
19131913declared outside of $ C$
1914- of type `` reference to `T` '' , or
1914+ of type `` reference to \tcode {T} '' , or
19151915\item
19161916a structured binding of type \tcode {T}
19171917whose corresponding variable
19181918is declared outside of $ C$ ,
19191919\end {itemize }
1920- then the type of the expression is ` const` `T` .
1920+ then the type of the expression is \tcode { const} \tcode {T} .
19211921
19221922
19231923\pnum
You can’t perform that action at this time.
0 commit comments