Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for Windows version #1721

Merged
merged 2 commits into from
Nov 13, 2015
Merged

Fixes for Windows version #1721

merged 2 commits into from
Nov 13, 2015

Conversation

Taritsyn
Copy link
Contributor

No description provided.

@xzyfer
Copy link
Contributor

xzyfer commented Nov 11, 2015

Please provide more information.

@xzyfer
Copy link
Contributor

xzyfer commented Nov 11, 2015

Thoughts @saper @am11?

@Taritsyn
Copy link
Contributor Author

functions.cpp file contains fix to the following error:

Error   7   error C2061: syntax error : identifier 'uint_fast32_t'

This error occurs when you compile in Visual Studio 2013.

@xzyfer
Copy link
Contributor

xzyfer commented Nov 11, 2015

Thanks for the clarification. This is a known issue. Follow the discussion in #1719

@@ -6,6 +6,9 @@
#include "constants.hpp"
#include "to_string.hpp"
#include "inspect.hpp"
#ifdef _WIN32
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#if defined(_MSC_VER) && _MSC_VER < 1900 (because it compiles with MinGW and VS2015+ on Windows), and I will move this block before or after #ifdef __MINGW32__ block (see few lines below in this file).

@am11
Copy link
Contributor

am11 commented Nov 12, 2015

One nit, otherwise LGTM. Thanks for updating the targets file! :)

@Taritsyn
Copy link
Contributor Author

@am11 Thanks for tip. I made changes to functions.cpp file.

@xzyfer
Copy link
Contributor

xzyfer commented Nov 13, 2015

Thanks @Taritsyn, you rock! Thanks @am11 for your input.

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

Successfully merging this pull request may close these issues.

3 participants