c++11 enum syntax ok in DMD headers ?

S.G sg.j at gmx.com
Fri Nov 22 07:55:23 UTC 2019


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 ?


More information about the D.gnu mailing list