Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'identifier' : const object must be initialized if not extern
The identifier is declared const
but not initialized or extern
.
The following sample generates C2734:
// C2734.cpp
const int j; // C2734
extern const int i; // OK, declared as extern