Skip to content

Commit aa71370

Browse files
committed
Introduce a noncopyable Atomic<T> construct
1 parent 38a8ccd commit aa71370

File tree

4 files changed

+503
-28
lines changed

4 files changed

+503
-28
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ _cSettings += [
2222
]
2323
_swiftSettings += [
2424
.define("ATOMICS_NATIVE_BUILTINS"),
25-
.enableExperimentalFeature("BuiltinModule")
25+
.enableExperimentalFeature("BuiltinModule"),
26+
.enableExperimentalFeature("RawLayout")
2627
]
2728

2829
let package = Package(

0 commit comments

Comments
 (0)