Closed GoogleCodeExporter closed 8 years ago
This issue should be fixed in the revision r1120 as recommended in the original
project (msinttypes - http://code.google.com/p/msinttypes/issues/detail?id=10).
Compared to the proposed fix, this has the benefit to be independant of the
name of the guard.
Note: This fix has not been validated as the developer doesn't have MSVC 2010.
Original comment by arnaud.barre
on 19 May 2012 at 10:57
A tip that might help:
I believe that MSVC 2010 is the first MS compiler that supplied its own stdint.h
Before that, it was common for libraries to supply their own stdint.h
Boost would have detected MSVC2010 and would have relied on including MS's
stdint.h.
If, instead, it gets some other non-MS stdint.h included, then its going to
cause chaos like this.
Look for other stdint.h files and try and move/remove them when compiling on
MSVC2010.
Original comment by harris...@gmail.com
on 7 Jun 2012 at 5:03
Original issue reported on code.google.com by
ddr...@gmail.com
on 19 May 2012 at 5:29