Skip to content

Commit 79b94bd

Browse files
author
Dawn Perchik
committed
Fixup CWG2317: fix example as per email from Andrzej Krzemienski
1 parent 2cdb42e commit 79b94bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4827,7 +4827,7 @@
48274827
A a{a,a}; // OK
48284828

48294829
struct B {
4830-
int n = B{}.m; // error
4830+
int n = B{}.n; // error
48314831
};
48324832
\end{codeblock}
48334833
\end{example}

0 commit comments

Comments
 (0)