David Markowitz 9fabff16e4
Update AMFDeserialize (#1096)
Per ISO C++ standard 9.7.1 5.3,
"Otherwise the type of the enumerator is the same as that of the preceding enumerator unless the
incremented value is not representable in that type, in which case the type is an unspecified integral
type sufficient to contain the incremented value. If no such type exists, the program is ill-formed."
it is not undefined behavior to set a scoped enum to a value outside of its constant range because all values of the underlying type can represent the scoped enum
2023-06-02 06:44:49 -05:00
..
2023-05-25 15:29:46 -05:00
2023-01-06 23:21:40 -06:00
2022-07-28 08:39:57 -05:00
2023-01-04 08:15:06 -06:00
2022-07-28 08:39:57 -05:00
2023-03-26 05:18:45 -07:00
2022-07-28 08:39:57 -05:00
2022-07-28 08:39:57 -05:00
2023-03-26 05:18:45 -07:00
2023-03-26 05:18:45 -07:00
2022-07-28 08:39:57 -05:00
2022-07-28 08:39:57 -05:00
2022-07-28 08:39:57 -05:00
2022-07-28 08:39:57 -05:00
2022-07-28 08:39:57 -05:00
2022-07-28 08:39:57 -05:00
2022-09-05 20:28:47 -07:00