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.

TrackedRequestComment
Your Name:
You can use these formatting tags: [b]bold[/b] [i]italic[/i] [u]underline[/u] [url]www.example.com[/url] [code]some code[/code] [quote]quoted text[/quote] [list]one list item per line[/list]