You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
This is a sweet looking library. It's just at the right abstraction level that some of us are looking for. It would be really nice if you didn't forget about us, Windows peasants, and made it compile under the latest Visual Studio 2017. I know you want to use the latest and greatest Clang compiler, but ... pretty please.
The text was updated successfully, but these errors were encountered:
Thanks for the interest. This library is written only against the C++17 standard and i guess even the latest Visual Studio compiler still lacks too many basic standard C++ features (even older standards) that huge parts of the library would have to be rewritten.
I can look into the work this would take once again (I want to support MSVC, don't get me wrong) but this will probably only make sense with a later, more mature version of MSVC. Some parts of the library are rather modular so feel free to just rip them out and adjust them to make it work for you or use mingw-w64 (i use vpp on windows as well btw).
This is a sweet looking library. It's just at the right abstraction level that some of us are looking for. It would be really nice if you didn't forget about us, Windows peasants, and made it compile under the latest Visual Studio 2017. I know you want to use the latest and greatest Clang compiler, but ... pretty please.
The text was updated successfully, but these errors were encountered: