ericniebler/meta

Does this library support MSVC?

henriksjostrom opened this issue · 2 comments

Is there any way to utilize this on MSVC?

I'm getting compiler errors when I try.

I don't test on MSVC. Patches welcome.

As of yesterday, meta supports Visual C++ 15.9 or greater in /std:c++17 /permissive- mode. (/std:c++14 /permissive- works for at least some things, but we provide no guarantees.)