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.
std::span
1 parent 796ccb7 commit 4ea1132Copy full SHA for 4ea1132
benchmark/Package.swift
@@ -130,7 +130,9 @@ targets.append(
130
swiftSettings: [.unsafeFlags(["-Xfrontend",
131
"-enable-experimental-cxx-interop",
132
"-I",
133
- "utils/CxxTests"])]))
+ "utils/CxxTests",
134
+ "-Xcc",
135
+ "-std=c++20"])]))
136
137
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
138
targets.append(
@@ -170,6 +172,8 @@ targets += cxxSingleSourceLibraries.map { name in
170
172
171
173
174
"utils/CxxTests",
175
176
+ "-std=c++20",
177
// FIXME: https://github.com/apple/swift/issues/61453
178
"-Xfrontend", "-validate-tbd-against-ir=none"])])
179
}
0 commit comments