dpp icon indicating copy to clipboard operation
dpp copied to clipboard

Directly include C headers in D source code

Results 90 dpp issues
Sort by recently updated
recently updated
newest added

https://rust-lang-nursery.github.io/rust-bindgen/opaque.html Example where this would be useful - Xenon uses STL types as member variables of classes but they are all private. And either the methods don't need STL types...

enhancement
C++

```c /* * * * * * * * * * * * * * * * * * * * * * * * * * * * *...

bug

foo.h includes bar.h and dpp file only includes foo.h. right now if there is an error in bar.h you won't know why it was included (because you included foo.h) and...

enhancement

See https://rust-lang-nursery.github.io/rust-bindgen/blacklisting.html

enhancement