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

Extend GitHub action to build with gcc and clang on the platforms #785

Open
gittiver opened this issue Mar 19, 2024 · 0 comments
Open

Extend GitHub action to build with gcc and clang on the platforms #785

gittiver opened this issue Mar 19, 2024 · 0 comments
Labels
feature Code based project improvement good first issue an issue suitable to start contributing to the project

Comments

@gittiver
Copy link
Member

gittiver commented Mar 19, 2024

there were some issues with using different compilers and libc++ vs libstdc++, if the GitHub action compile with both compilers we will catch these in future.
It seems more like an issue with the C++ Library rather than the compiler itself. Clang works well with libstdc++, but encounters this compilation error when working with libc++.

@gittiver gittiver added feature Code based project improvement good first issue an issue suitable to start contributing to the project labels Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Code based project improvement good first issue an issue suitable to start contributing to the project
Projects
None yet
Development

No branches or pull requests

1 participant