rust-qt / ritual

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

Detect diamond inheritance more correctly #23

Closed Riateche closed 5 years ago

Riateche commented 8 years ago

Current implementation just allows the most common case and blocks all other methods as inaccessible.

Riateche commented 5 years ago

The cpp_checker step makes these problems irrelevant.