ericniebler / meta

A tiny metaprogramming library
Boost Software License 1.0
302 stars 47 forks source link

Does this library support MSVC? #53

Open henriksjostrom opened 6 years ago

henriksjostrom commented 6 years ago

Is there any way to utilize this on MSVC?

I'm getting compiler errors when I try.

ericniebler commented 6 years ago

I don't test on MSVC. Patches welcome.

CaseyCarter commented 5 years ago

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.)