Compiler Error C2207
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 C2207.
member': a member of a class template cannot acquire a function type
The member of the class template was previously parsed as a non-static data member. It cannot be redefined as a member function.
Show: