Skip to content

Commit

Permalink
Introduce a noncopyable Atomic<T> construct
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Jul 27, 2023
1 parent 2ff28f8 commit 6c53582
Show file tree
Hide file tree
Showing 4 changed files with 503 additions and 28 deletions.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ _cSettings += [
]
_swiftSettings += [
.define("ATOMICS_NATIVE_BUILTINS"),
.enableExperimentalFeature("BuiltinModule")
.enableExperimentalFeature("BuiltinModule"),
.enableExperimentalFeature("RawLayout")
]

let package = Package(
Expand Down
Loading

0 comments on commit 6c53582

Please sign in to comment.