mirror of https://github.com/swig/swig.git
4 lines
318 B
Plaintext
4 lines
318 B
Plaintext
cpp_destructor_storage.i:4: Error: Destructor ~BadDestructor1() has an invalid pure specifier, only = 0 is allowed.
|
|
cpp_destructor_storage.i:8: Error: Destructor ~BadDestructor2() uses a pure specifier but is not virtual.
|
|
cpp_destructor_storage.i:12: Error: Destructor ~BadDestructor3() const cannot have a qualifier.
|