C1045: <Special member function> not generated

[DISABLE, INFORMATION, WARNING , ERROR]

Description

The Compiler option -Cn=Ctr disabled the creation of Compiler generated special member functions (Copy Constructor, Default Constructor, Destructor, Assignment operator).

Tips

If you want the special member functions to be generated by the Compiler, disable the Compiler option -Cn=Ctr.