Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'name' : is not a legal base class
The class is derived from a type name defined by a typedef
statement.
The following sample generates C2516:
// C2516.cpp
typedef unsigned long ulong;
class C : public ulong {}; // C2516