snake
snake copied to clipboard
Partial fixes for building with VS2022
Hi When I tried to build, test and run the project with VS2022 on Windows, I had several small issues. I fixed some of them in this pull request. Warnings:
- This may have broken other os&compiler usages (I cannot test)
- I could not cleanly fix the test target because boost-ext-ut 1.1.8 implements a mixed module/header that does not satisfy msvc. boost-ext-ut 1.1.9 seems more friendly with msvc but its package is not available in Conan.
Hope this PR is still useful
I would try these changes on any windows machine tomorrow... Thanks for the PR😀