rust-qt / ritual

Use C++ libraries from Rust
Apache License 2.0
1.24k stars 49 forks source link

Don't ignore pure virtual methods with invalid types #4

Closed Riateche closed 5 years ago

Riateche commented 8 years ago

If something in a pure virtual method can't be parsed, the class should still be marked as abstract.

Riateche commented 5 years ago

Solved by introducing cpp_checker.