로딩
요청 처리 중입니다...

중첩된 클래스 멤버를 사용하는 경우에 발생하는 VC++ 버그

 중첩된 클래스 멤버를 사용하는 경우에 발생하는 VC++ 버그

BUG: C2352 Error for Reference to Nested Class MemberBUG: 중첩된 클래스 멤버를 사용할 때 C2352 에러가 발생한다 View products that this article applies to. Article ID : 153801 Last Review : December 8, 2003 Revision : 2.0 This article was previously published under Q153801 On This Page SYMPTOMS CAUSE RESOLUTION STATUS MORE INFORMATION Sample Code SYMPTOMS When you attempt to build the sample code below, you will get an error message similar to the following: 다음의 샘플 코드를 빌드 하려고 할때, 아래와 같은 에러를 만나게 됩니다: error C2352: 'A::AA::m' : illegal call of nonstatic member function..........