atilaneves / dpp

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

Fix compilation with D v2.098 and -dip1000 #302

Closed kinke closed 2 years ago

kinke commented 2 years ago

Current dpp doesn't build with DMD v2.098.0 due to -dip1000 trouble. I've removed some scope from params being forwarded as non-scope args without really digging into things.

veelo commented 2 years ago

Ping @atilaneves. This is blocking us from upgrading compilers.

veelo commented 2 years ago

Thanks!