You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you provide a minimal Dockerfile for how to compile the tests, please? I tried gcc and clang, and make and ninja in all possible combinations and none of them worked out of the box (I know gcc is not officially supported, but it would be nice to work anyway). clang only works for me if I remove the -stdlib option that is added automatically by the build systems.
Eventually, I would like to use bounded::integers in a cmake project that is build by a CI pipeline.
The text was updated successfully, but these errors were encountered:
Could you provide a minimal Dockerfile for how to compile the tests, please? I tried gcc and clang, and make and ninja in all possible combinations and none of them worked out of the box (I know gcc is not officially supported, but it would be nice to work anyway). clang only works for me if I remove the
-stdlib
option that is added automatically by the build systems.Eventually, I would like to use bounded::integers in a cmake project that is build by a CI pipeline.
The text was updated successfully, but these errors were encountered: