summary refs log tree commit diff stats
path: root/drnim
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 /drnim
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 'drnim')
0 files changed, 0 insertions, 0 deletions
='#n100'>100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165