-
Notifications
You must be signed in to change notification settings - Fork 33
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
build issues with VS2010 #10
Comments
this, of course, can be also done by wrapping changed pieces into ifdef's... |
Seems to be reasonable. though VS2010 is quite old. |
I'll put together PRs today. VS2010 is quite old, yet it is widely adopted in, for example, automotive industry (where I work :)) due to several major libraries/frameworks being built with and supported only when used with VS2010. |
… and compiler-dependent
…iles alphabetically
…ted hpp/cpp files, tests, added two Windows libraries to build tests
Merged |
Hi,
out of the box, josepp does not build with VS2010 due to being written in proper C++11 :), which is a problem for VS2010 as it does not fully implement it.
I have finally managed to compile it with VS2010, so I can provide you a PR to fix this, if the following fixes look ok to you - I had to:
I have also made some minor changes to CMake files:
Let me know if you need this.
Thanks.
Sergey.
The text was updated successfully, but these errors were encountered: