Skip to content

Commit

Permalink
fix minor mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Oct 14, 2024
1 parent 1a59b12 commit 8bdc2bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pure/concurrency/atomics.nim
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ when (defined(cpp) and defined(nimUseCppAtomics)) or defined(nimdoc):
else:
type Atomic*[T] {.importcpp: "std::atomic", completeStruct.} = object
## An atomic object with underlying type `T`.
raw: T

type
AtomicFlag* {.importcpp: "std::atomic_flag", size: 1.} = object
Expand Down

0 comments on commit 8bdc2bb

Please sign in to comment.