File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -210,10 +210,10 @@ set(SWIFT_BENCH_MODULES
210
210
single-source/WordCount
211
211
single-source/XorLoop
212
212
cxx-source/CreateObjects
213
- # cxx-source/CxxSetToCollection
214
- # cxx-source/CxxSpanTests
215
- # cxx-source/CxxStringConversion
216
- # cxx-source/CxxVectorSum
213
+ cxx-source/CxxSetToCollection
214
+ cxx-source/CxxSpanTests
215
+ cxx-source/CxxStringConversion
216
+ cxx-source/CxxVectorSum
217
217
# TODO: rdar://92120528
218
218
# cxx-source/ReadAccessor
219
219
)
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ import CountAlgo
57
57
import CreateObjects
58
58
// rdar://128520766
59
59
// import CxxSetToCollection
60
- // import CxxSpanTests
61
- // import CxxStringConversion
60
+ import CxxSpanTests
61
+ import CxxStringConversion
62
62
// rdar://128520766
63
63
// import CxxVectorSum
64
64
import DataBenchmarks
@@ -257,8 +257,8 @@ register(ClassArrayGetter.benchmarks)
257
257
register ( CreateObjects . benchmarks)
258
258
// rdar://128520766
259
259
// register(CxxSetToCollection.benchmarks)
260
- // register(CxxSpanTests.benchmarks)
261
- // register(CxxStringConversion.benchmarks)
260
+ register ( CxxSpanTests . benchmarks)
261
+ register ( CxxStringConversion . benchmarks)
262
262
// rdar://128520766
263
263
// register(CxxVectorSum.benchmarks)
264
264
register ( DataBenchmarks . benchmarks)
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ extension CxxVector {
50
50
}
51
51
}
52
52
53
- @available ( SwiftStdlib 6 . 2 , * )
53
+ @available ( SwiftCompatibilitySpan 5 . 0 , * )
54
54
extension CxxVector {
55
55
public var span : Span < Element > {
56
56
@lifetime ( borrow self)
You can’t perform that action at this time.
0 commit comments