-
Notifications
You must be signed in to change notification settings - Fork 343
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 failure when using the Visual Studio 2017 15.8 #248
Comments
One solution is in the ticket, but I use another one.
|
Thanks for the info. It solves the compilation errors. I reported this issue a few months ago: https://developercommunity.visualstudio.com/content/problem/256471/internal-compiler-error-in-vs157.html It was supposed to be fixed in the 15.8 release... |
Signed-off-by: SSE4 <[email protected]>
The problem persists in VS v 15.9.4... any solution to it? --- it does seem to be very much concentrated in char_sequence.h |
The only solution is to wait for the VS team to actually release the fix, which they have yet to do. as @dirkvdb posted the link to the issue report, it's still pending release and I have been asking on the thread when it will be release with no answer. EDIT: The only other thing you could do is install VS v15.6 and use that instead of the latest |
My understanding (I have no Windows myself and rely on Appveyor) is that this is fixed. |
The latest release of Visual Studio fails to compile sqlpp11
The problem seems to be in the alias provider:
Is this a compiler issue or something that needs to be fixed in the library?
The text was updated successfully, but these errors were encountered: