atilaneves / dpp

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

Anonymous namespace #148

Open atilaneves opened 5 years ago

atilaneves commented 5 years ago

Gets translated as:

extern(C++, "")

Which isn't valid.

Laeeth commented 5 years ago

You can pass a flag to libclang saying how you want anonymous namespace treated.