-
Notifications
You must be signed in to change notification settings - Fork 312
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
Add Appveyor integration #12
Comments
The compiler error looks legit to me. I think that forward declaring a type and then using it as a field or as an array primitive is undefined behaviour. |
Forward declaring it is fine as long as the underlying type is not used. We could solve this by declaring all the destruct/copy/move/destruct members of the parent class, but we might as well just include the header to solve it. |
Does this mean you are giving the C++17 version a go? :) |
no, why? :P |
I'm getting the following issues now:
|
Please do not close unresolved issues |
You're right, thank you! Still learning :) |
I have troubles compiling the master branch in appveyor due to the following error:
The text was updated successfully, but these errors were encountered: