Skip to content

Conversation

@ibell
Copy link
Contributor

@ibell ibell commented Feb 14, 2016

#include <stdint.h> is invalid in MSVC 9 2008 . Using the system dependent header does work in my testing with MSVC9, and should be safe for other compilers I think.

``#include <stdint.h>`` is invalid in MSVC 9 2008 .  Using the system dependent header does work in my testing with MSVC9, and should be safe for other compilers I think.
@redboltz
Copy link
Contributor

@ibell, you are right. Thank you!

redboltz added a commit that referenced this pull request Feb 14, 2016
Replace stdint.h header in check_container_size_decl.hpp
@redboltz redboltz merged commit 0e7345c into msgpack:master Feb 14, 2016
@ibell
Copy link
Contributor Author

ibell commented Feb 15, 2016

Thank you very much! I am now all fixed on the MSVC versions I need to
compile with.

On Sun, Feb 14, 2016 at 3:55 PM, Takatoshi Kondo [email protected]
wrote:

Merged #421 #421.


Reply to this email directly or view it on GitHub
#421 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants