From 0042c579a88b36d146e7d66b0f814f65501f808c Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 20 Aug 2023 15:26:12 +0200 Subject: [PATCH] [diff.dcl] replace 'field initializers' with 'member initializers' --- source/compatibility.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compatibility.tex b/source/compatibility.tex index 6c6028419a..90d6b28be1 100644 --- a/source/compatibility.tex +++ b/source/compatibility.tex @@ -2768,7 +2768,7 @@ \rationale In \Cpp{}, members are destroyed in reverse construction order and the elements of an initializer list are evaluated in lexical order, -so field initializers must be specified in order. +so member initializers must be specified in order. Array designators conflict with \grammarterm{lambda-expression} syntax. Nested designators are seldom used. \effect