Skip to content

Commit df26017

Browse files
authored
[diff.dcl] Replace 'field initializers' with 'member initializers' (#6482)
1 parent 21454c7 commit df26017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/compatibility.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2768,7 +2768,7 @@
27682768
\rationale
27692769
In \Cpp{}, members are destroyed in reverse construction order
27702770
and the elements of an initializer list are evaluated in lexical order,
2771-
so field initializers must be specified in order.
2771+
so member initializers must be specified in order.
27722772
Array designators conflict with \grammarterm{lambda-expression} syntax.
27732773
Nested designators are seldom used.
27742774
\effect

0 commit comments

Comments
 (0)