Skip to content

Commit 79c01cd

Browse files
committed
fixups: addressed review commens from Jens
1 parent f32810a commit 79c01cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/declarations.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4526,7 +4526,7 @@
45264526
\pnum
45274527
Each \grammarterm{function-contract-specifier}
45284528
of a \grammarterm{function-contract-specifier-seq} (if any)
4529-
of an unspecified first declaration %JMB: Should we xref basic.def?
4529+
of an unspecified first declaration\iref{basic.def}
45304530
of a function
45314531
introduces a corresponding function contract assertion for that function.
45324532
The optional \grammarterm{attribute-specifier-seq}
@@ -4713,13 +4713,13 @@
47134713
as the name of a \defn{result binding}
47144714
of the associated function.
47154715
If a postcondition assertion has a \grammarterm{result-name-introducer}
4716-
and the return type of the function is $cv$ \keyword{void},
4716+
and the return type of the function is \cv{} \keyword{void},
47174717
the program is ill-formed.
47184718
A result binding denotes
47194719
the object or reference returned by
47204720
invocation of that function.
47214721
The type of a result binding
4722-
is the return type of its associated function\iref{stmt.return}. %JMB: I'm not sure about this xref. Maybe it should be on the previous sentence
4722+
is the return type of its associated function
47234723
The optional \grammarterm{attribute-specifier-seq}
47244724
of the \grammarterm{attributed-identifier}
47254725
in the \grammarterm{result-name-introducer}

0 commit comments

Comments
 (0)