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(occara): pass correct c++ std version for the include_cpp macro #12

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

maximmaxim345
Copy link
Owner

@maximmaxim345 maximmaxim345 commented Jun 11, 2024

While the bindings were compiled with the correct c++ version, the 'autocxx::include_cpp' macro still ran with c++14.

@maximmaxim345
Copy link
Owner Author

The windows gh actions runner is currently broken. Will retry later.

@maximmaxim345 maximmaxim345 force-pushed the fix/incorrect-cpp-version-win branch 2 times, most recently from c110364 to 0e30c7f Compare June 18, 2024 11:15
@maximmaxim345
Copy link
Owner Author

maximmaxim345 commented Jun 18, 2024

Using autocxx on Windows with clang 17 currently freezes compilation or fails. Installing clang 16 is not supported by the MSVC version used by the windows-latest gh action runner. Windows support will ignored for now.

While the code was compiled with the correct c++ version, the
'autocxx::include_cpp' macro still ran with c++14.
This fixes building on windows.
@maximmaxim345 maximmaxim345 merged commit 7282073 into main Jun 27, 2024
11 checks passed
@maximmaxim345 maximmaxim345 deleted the fix/incorrect-cpp-version-win branch June 27, 2024 10:54
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.

1 participant