Skip to content

Commit bce19e9

Browse files
committed
fbc: github # 318: duplicate definition for deleting destructor
- 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
1 parent 8735c89 commit bce19e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Version 1.08.1
77

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

1112

1213
Version 1.08.0

0 commit comments

Comments
 (0)