If I have an enum that does not assign numbers to the enumerations, will it\'s ordinal value be 0? For example:
enum
enum enumeration { ZERO,
from § 7.2, p 165
. If the first enumerator has no initializer, the value of the corresponding constant is zero
source: http://open-std.org/JTC1/SC22/WG21/docs/papers/2015/n4527.pdf