Support for MSVC #707
jfalcou
started this conversation in
Research & Development
Replies: 1 comment
-
05/13/2021 - First try at compiling the test suite Trivial stuff:
Those trivial fixes make unit.arch and unit.meta to compiles with no hassle and at a decent speed. Now, unit.internals fails cause mSVC thinks detail::make is ambiguous. I suspect I need to physically differentiate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Last night, I installed MSVC 2019 Preview which has better support for the kind of C++20 we do.
As this is a low frequency task, this discussion is here to monitor my findings.
Beta Was this translation helpful? Give feedback.
All reactions