summary refs log tree commit diff stats
path: root/tests/package_level_objects/tusefoo2.nim
diff options
context:
space:
mode:
authormetagn <metagngn@gmail.com>2024-09-30 18:34:09 +0300
committerGitHub <noreply@github.com>2024-09-30 17:34:09 +0200
commitfebc58e0365f683df0eee973e7fa183d8cfaddbc (patch)
treeebe6a1798ef927b9a878c52cbc86afa0ef467226 /tests/package_level_objects/tusefoo2.nim
parentb0e6d28782ce8c3d8e0b4a64e01f21d6f900648f (diff)
downloadNim-febc58e0365f683df0eee973e7fa183d8cfaddbc.tar.gz
allow C atomics on C++ with -d:nimUseCAtomics (#24207)
refs https://github.com/nim-lang/Nim/pull/24200#issuecomment-2382501282

Workaround for C++ Atomic[T] issues that doesn't require a compiler
change. Not tested or documented in case it's not meant to be officially
supported, locally tested `tatomics` and #24159 to work with it though,
can add these as tests if required.
Diffstat (limited to 'tests/package_level_objects/tusefoo2.nim')
0 files changed, 0 insertions, 0 deletions
cf7e384502706fc41a4df2fd'>^
db4f617af ^
1f63d1c76 ^
db4f617af ^



1f63d1c76 ^
db4f617af ^
8c671d22d ^
1f63d1c76 ^
99bcc233c ^
4d4b3b1c0 ^
ae0e5604f ^


ceb30d7a0 ^

ae0e5604f ^




db4f617af ^




8c671d22d ^

49d810f34 ^

db4f617af ^




6ce462c58 ^

db4f617af ^








ff4a69b62 ^

db4f617af ^
300430fbb ^
e27e873b7 ^
31bb4311e ^
e27e873b7 ^

8c671d22d ^
e27e873b7 ^
49d810f34 ^








ceb30d7a0 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88