description | title | ms.date | f1_keywords | helpviewer_keywords | ||
---|---|---|---|---|---|---|
Learn more about: Compiler Error C2096 |
Compiler Error C2096 |
08/23/2022 |
|
|
'identifier': A data member cannot be initialized with a parenthesized initializer
The compiler expected a braced initializer or an equal expression initializer. To resolve the issue, replace the parenthesized initializer with a braced initializer.