Files
Daniel Mercier 7509a4694f S924-008 Fix unwrapping of enum types
An EnumType has a ctype view, thus, to unwrap it, it is unecessary to
call the unwrap function.

The wrap function was not being affected by the issue.

wrap and unwrap functions are required only if a type does not define a
ctype view. Thus, refactor the code to reflect this.
2019-09-24 13:16:04 +02:00
..
2016-02-22 09:57:01 +01:00