We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8239e2c commit 82c65e9Copy full SHA for 82c65e9
CMakePresets.json
@@ -106,6 +106,7 @@
106
"_debug-base"
107
],
108
"cacheVariables": {
109
+ "BEMAN_USE_STD_MODULE": false,
110
"BEMAN_USE_MODULES": false,
111
"CMAKE_TOOLCHAIN_FILE": "infra/cmake/appleclang-toolchain.cmake"
112
}
@@ -118,6 +119,7 @@
118
119
"_release-base"
120
121
122
123
124
125
tests/beman/task/CMakeLists.txt
@@ -2,7 +2,7 @@
2
3
list(
4
APPEND task_tests
5
- msvc-asan-issue
+ # FIXME! msvc-asan-issue
6
allocator_of
7
allocator_support
8
completion
0 commit comments