atilaneves / dpp

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

Templated opBinary doesn't work #147

Open atilaneves opened 5 years ago

atilaneves commented 5 years ago

e.g. translated as

bool opBinary(string op: "!=")(bool f)(ref const(iter!(f)) arg0)