On Thursday, 9 October 2014 at 22:01:31 UTC, monarch_dodra wrote:
My quick guess is you are missing the *global* imports for the
restraints. The compiler doesn't complain because the
constraint is in a "is(typeof(...))" test. The reason the
typeof fails is simply cause the compiler has no idea what
unaryFun is.
I don't understand. The restraints are commented out at
https://github.com/nordlow/justd/blob/master/slicer.d
I made a couple of changes and now it works but I don't quite
understand why...
Thanks anyway.