https://bugs.documentfoundation.org/show_bug.cgi?id=168771
Stephan Bergmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Stephan Bergmann <[email protected]> --- (In reply to Hossein from comment #0) > [...] lack > of ability to define the underlying data type [...] are > some of the problems with plain enum that enum class solves. (that's not quite accurate, the underlying type can be explicitly specified also for unscoped enumerations, since C++ 11) -- You are receiving this mail because: You are the assignee for the bug.
