다음을 통해 공유


컴파일러 오류 C2734

'identifier': extern이 아닌 경우 const 개체를 초기화해야 합니다.

식별자가 선언되었지만 const 초기화되지 않았거나 extern.

다음 샘플에서는 C2734를 생성합니다.

// C2734.cpp
const int j;   // C2734
extern const int i;   // OK, declared as extern