Details
Description
It would be nice if toString() on a generated enum class returned the enumeration value, rather than the generated enumeration name.
For example, the generated name for the value "3.2" is "_32". I think toString() should return "3.2" rather than "_32".
Ok, talked me into the change.