summary refs log tree commit diff stats
path: root/tests/stdlib/tstrset.nim
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2018-05-03 19:42:20 +0300
committerAndreas Rumpf <rumpf_a@web.de>2018-05-07 09:37:49 +0200
commit72976139009b9ae74669dc2443474f091c99f2e4 (patch)
tree48921b7781a9a3d3dc47ce93700352a245730e1d /tests/stdlib/tstrset.nim
parent4ab1cfb0b07b33015652e8f0d0444f1feed18a57 (diff)
downloadNim-72976139009b9ae74669dc2443474f091c99f2e4.tar.gz
Bugfix: The compiler were not inserting proper downcasts for generic types
This resulted in a codegen error in C++ mode, because the generic
types were not defined in modules where calls requiring downcasts
were used (generating a downcast forces the inclusion of the full
definition of the involved types).
Diffstat (limited to 'tests/stdlib/tstrset.nim')
0 files changed, 0 insertions, 0 deletions
d='n129' href='#n129'>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 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218