Re: c++11 enum syntax ok in DMD headers ?

2019-11-23 Thread Iain Buclaw via D.gnu
‐‐‐ Original Message ‐‐‐ On Saturday, 23 November 2019 13:54, S.G via D.gnu wrote: > Thanks for the quick replying, even if a bit disapointing. > > The reason why I asked is because I'd like to avoid cases where > the enum type is used directly and that creates an alignment > issue that im

Re: c++11 enum syntax ok in DMD headers ?

2019-11-23 Thread S.G via D.gnu
On Friday, 22 November 2019 at 08:29:07 UTC, Iain Buclaw wrote: Original Message On Nov 22, 2019, 8:55 AM, S.G via D.gnu < d.gnu@puremagic.com> wrote: 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: un