Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 444 Bytes

compiler-error-c2096.md

File metadata and controls

12 lines (10 loc) · 444 Bytes
description title ms.date f1_keywords helpviewer_keywords
Learn more about: Compiler Error C2096
Compiler Error C2096
08/23/2022
C2096
C2096

Compiler Error C2096

'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.