Commit bce19e9
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.bmk1 parent 8735c89 commit bce19e9
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments