Skip to content
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

Fix build errors #5

Merged
merged 1 commit into from
Jun 30, 2024
Merged

Fix build errors #5

merged 1 commit into from
Jun 30, 2024

Conversation

waifod
Copy link
Collaborator

@waifod waifod commented Jun 30, 2024

Summary

Currently the build is failing when compiling against C++17 because virtual functions can't be constexpr and because there is a missing import. This change addresses that.

Testing

GitHub workflow.

TODO

Investigate why the build was succeeding locally.

Copy link
Owner

@lluiscamino lluiscamino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C++ is hard man

@waifod
Copy link
Collaborator Author

waifod commented Jun 30, 2024

Yeah, and now for some reason CMake refuses to work on my machine if I include the changes to CMakeLists which were previously working. Magicc.

@waifod waifod merged commit a43b7f8 into lluiscamino:main Jun 30, 2024
1 check failed
@waifod waifod deleted the errors branch June 30, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants