Extend GitHub action to build with gcc and clang on the platforms #785
Labels
feature
Code based project improvement
good first issue
an issue suitable to start contributing to the project
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++.
The text was updated successfully, but these errors were encountered: