We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f3635 commit ddbc306Copy full SHA for ddbc306
.github/workflows/ci_tests.yml
@@ -55,6 +55,8 @@ jobs:
55
args: "-DCMAKE_CXX_FLAGS=-fsanitize=thread"
56
- description: "ASan"
57
args: "-DCMAKE_CXX_FLAGS='-fsanitize=address -fsanitize=undefined'"
58
+ - description: "delete freestanding"
59
+ args: "-DBEMAN_INPLACE_VECTOR_FREESTANDING_DELETED=ON"
60
include:
61
- platform: ubuntu-24.04
62
compiler:
0 commit comments