Compiler Error C2241

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Compiler Error C2241.

identifier' : member access is restricted

Code attempts to access a private or protected member.

To fix by using the following possible solutions

  1. Change the access level of the member.

  2. Declare the member a friend of the accessing function.

Show: