-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error in Windows (VS 2017) #20
Comments
Could you please be a little more specific? What are you building? Just the library? Which git branch are you using? Unfortunately I don't have a Windows machine, so I've never tried to compile the library with VS. |
I'm including |
The library requires my other library https://github.com/zmij/metapushkin and in CMake environment it is downloaded as an external project. |
I had problems with these ExternalProjectX shenanigans, too In a folder with CMakeLists.txt
that enables you to
when just using the headers |
I'm not sure if it's still relevant, but the issue seems to be that msvc doesn't handle specializing template classes with template typedefs all that well. Simply changing |
Building on Windows I get this compilation error:
The text was updated successfully, but these errors were encountered: