The stdint header that ships with Visual Studio 2010+ defines int_fast16_t and
uint_fast16_t as 32-bit integer's, not 16.
I believe the standard only specifies that the fast types be at least the
specified width.
See attached patch.
Original issue reported on code.google.com by alex.sm...@warpsharp.info on 19 Jan 2015 at 10:03
Original issue reported on code.google.com by
alex.sm...@warpsharp.info
on 19 Jan 2015 at 10:03Attachments: