C1066: Destructor must not have return type

[ERROR]

Description

The specified destructor returned a value.

Tips

Do not declare a return type for destructors.