Compiler Error C2795
Visual Studio 2015
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 C2795.
super::function' is not a member function
This error message appears whenever you try to use super to access a member other than a member function.
Show: