Skip to content

Commit

Permalink
fbc: github # 318: duplicate definition for deleting destructor
Browse files Browse the repository at this point in the history
- the deleting destructor was being automatically generated (implementation) even when the class (UDT) was being declared only
- remove automatic implementation (definition) of the deleting destructor (g++ compatibility)
- add tests for (simplified) virtual destructor and method in tests/cpp/derived.bmk
- add method test for class test in tests/cpp/class.bmk
  • Loading branch information
jayrm committed Jun 13, 2021
1 parent 8735c89 commit bce19e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Expand Up @@ -7,6 +7,7 @@ Version 1.08.1

[fixed]
- github #315: set parameters when calling SCREENCONTROL (was broken in fbc 1.08.0 due to new LONG/LONGINT SCREENCONTROL API's)
- github #318: duplicate definition for deleting destructor; the deleting destructor was being emitted even though the class was declarations only on the fbc side


Version 1.08.0
Expand Down

0 comments on commit bce19e9

Please sign in to comment.