Constructor / Destructor reverse when same signature (#2755)
In C++ when the constructor and destructor both have the same signature less the ~, only the destructor is generated. So if both are declared as follows...
Debug( void );
~Debug( void );
Created
6 March 2025 23:48:06
Closed
12 March 2025 14:05:19
Requested by
John Wood
State
Solved
Version
14.89
OperatingSystem
Windows 10
Solved in
14.90
John Wood 6 March 2025 23:51:43
Also, it appears when this fails the attributes may not be included.