The supported user-types are specified in form of the fixed-size integer types, so using variable size integer types as template parameters causes problems with some compilers. Even when using compilers that accept this kind of usage, it is sloppy because behavior will depend on the target platform.
The supported user-types are specified in form of the fixed-size integer types, so using variable size integer types as template parameters causes problems with some compilers. Even when using compilers that accept this kind of usage, it is sloppy because behavior will depend on the target platform.
This fixes #57.