So I've had a pretty fun bug today when porting some code over to D. When I port C code to D, first I do a one-to-one translation and make sure everything works before I try to make use of any D features.
How would you expect D to deal with types such as BOOL (which is a 32-bit type)?
-- Best regards, Vladimir mailto:[email protected]
