The only valid syntax to form a pointer-to-member in C++ is &ClassName::memberName . VC7.1 was lax in enforcement and allowed &memberName inside a class method. VC8 enforces strict conformance.
—
Are blogs retro yet?
The only valid syntax to form a pointer-to-member in C++ is &ClassName::memberName . VC7.1 was lax in enforcement and allowed &memberName inside a class method. VC8 enforces strict conformance.
—
You must be logged in to post a comment.