Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 395 Bytes

compiler-error-c2098.md

File metadata and controls

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

Compiler Error C2098

unexpected token after data member 'identifier'

The compiler expected a semicolon, a braced initializer or an equal expression initializer. To resolve the issue, insert a semicolon or an initializer.