Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information