28 Oct
2014
28 Oct
'14
11:39 p.m.
Marcel Raad wrote:
being able to specify the underlying type, not being implicitly convertible to any other type, and being able to forward-declare them.
Apart from forward-declaration, that’s what I’ve implemented. I want to stay as close to the stock enum class as possible. Forward declaration is added to the feature list :) --- Felix Uhl