Skip to content

Commit 508cd59

Browse files
committed
[dcl.fct.def] Reword = default ; and = delete ; introductory text for clarity.
1 parent 182937c commit 508cd59

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/declarators.tex

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,8 +2135,10 @@
21352135
\indextext{definition!function!explicitly-defaulted}%
21362136

21372137
\pnum
2138-
A function definition
2139-
with the \grammarterm{function-body} \tcode{= default ;}
2138+
A function definition whose
2139+
\grammarterm{function-body}
2140+
is of the form
2141+
\tcode{= default ;}
21402142
is called an \grammarterm{explicitly-defaulted} definition.
21412143
A function that is explicitly defaulted shall
21422144

@@ -2229,8 +2231,10 @@
22292231
\indextext{definition!function!deleted}%
22302232

22312233
\pnum
2232-
A function definition
2233-
with the \grammarterm{function-body} \tcode{= delete ;}
2234+
A function definition whose
2235+
\grammarterm{function-body}
2236+
is of the form
2237+
\tcode{= delete ;}
22342238
is called a \term{deleted definition}. A function with a
22352239
deleted definition is also called a \term{deleted function}.
22362240

0 commit comments

Comments
 (0)