snake icon indicating copy to clipboard operation
snake copied to clipboard

Partial fixes for building with VS2022

Open menuet opened this issue 3 years ago • 1 comments

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

menuet avatar Mar 13 '22 19:03 menuet

I would try these changes on any windows machine tomorrow... Thanks for the PR😀

RishabhRD avatar Mar 13 '22 21:03 RishabhRD