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 5eca0fd commit eb75c0cCopy full SHA for eb75c0c
stdlib/public/Cxx/CMakeLists.txt
@@ -21,6 +21,7 @@ add_swift_target_library(swiftCxx STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_ONLY
21
22
SWIFT_COMPILE_FLAGS ${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS} ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
23
-cxx-interoperability-mode=default
24
+ -enable-experimental-feature Span
25
-enable-experimental-feature BuiltinModule
26
# This module should not pull in the C++ standard library, so we disable it explicitly.
27
# For functionality that depends on the C++ stdlib, use C++ stdlib overlay (`swiftstd` module).
0 commit comments