atilaneves / dpp

Directly include C headers in D source code
Boost Software License 1.0
231 stars 31 forks source link

Dpp should have option not to pull in system headers #139

Closed Laeeth closed 5 years ago

Laeeth commented 5 years ago

As defined by libclang

atilaneves commented 5 years ago

That is counter to how dpp is supposed to work in the first place, which is to replicate the experience that a C or C++ programmer would have. What is the use case?

Laeeth commented 5 years ago

The use case is that you would want to use bindings to standard headers you generated separately eg because its in core.stdcpp or because dpp can't handle system headers.