Hello, I've seen that many D enum are still typed as int because of the c++ headers but c++11 allow things like

enum Stuff: unsigned char { ... }

Is is ok to use this in the headers ?

Reply via email to