Compiler Error C2096 (original) (raw)

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