yas icon indicating copy to clipboard operation
yas copied to clipboard

`variant` is not complied in MSVC

Open webbery opened this issue 2 years ago • 2 comments

In types/std/variant.hpp, I see it use __cplusplus to check compiler version. But in windows MSVC, this macro will be set with 199711L if we use option /std:c++17. My MSVC is Microsoft Visual Studio Community 2022. So how do I solve this problem?

webbery avatar Jan 05 '24 16:01 webbery

@webbery Having the same problem. Have you found a solution?

fisyamaloy avatar Feb 17 '25 14:02 fisyamaloy

hi,

will work on it this weekend.

niXman avatar Feb 18 '25 11:02 niXman