dienbk7x / msinttypes

Automatically exported from code.google.com/p/msinttypes
0 stars 0 forks source link

Match the msvc stdint header for fast int types #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: