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.
2 parents ecdcb82 + 62207ce commit 04d3f33Copy full SHA for 04d3f33
docs/CppInteroperability/GettingStartedWithC++Interop.md
@@ -169,7 +169,7 @@ target_include_directories(cxx-support PUBLIC
169
170
add_executable(CxxInterop ./Sources/CxxInterop/main.swift)
171
target_compile_options(CxxInterop PRIVATE
172
- "SHELL:-cxx-interoperability-mode=default"
+ "SHELL:-cxx-interoperability-mode=default")
173
target_link_libraries(CxxInterop PRIVATE cxx-support)
174
175
```
0 commit comments