Don't use ForeachType as it don't work if foreach type is not copyable. #25

Merged
mmcomando merged 2 commits from wasm_fixes into master 2022-10-06 19:01:51 +02:00

2 commits

Author SHA1 Message Date
ce47bfc65a Fix wasm compilation 2022-10-05 18:39:07 +02:00
56ce8c3f9c Don't use ForeachType as it don't work if foreach type is not copyable.
This fixes compilation error:
include/d/std/traits.d:8024: Error: Generating an `inout` copy constructor for `struct game.graphic.manager.Graphic` failed, therefore instances of it are uncopyable
2022-10-04 22:18:45 +02:00