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
mmcomando commented 2022-10-04 22:24:59 +02:00 (Migrated from gitlab.com)

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

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
mmcomando commented 2022-10-04 22:24:59 +02:00 (Migrated from gitlab.com)

requested review from @Mergul

requested review from @Mergul
mmcomando commented 2022-10-04 22:24:59 +02:00 (Migrated from gitlab.com)

assigned to @mmcomando

assigned to @mmcomando
mmcomando commented 2022-10-05 18:39:37 +02:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>ce47bfc6 - Fix wasm compilation</li></ul> [Compare with previous version](/Mergul/bubel-ecs/-/merge_requests/22/diffs?diff_id=501441847&start_sha=6b52ff9fddcb3db117084c7d40851c5df0871ca2)
Mergul commented 2022-10-06 19:01:51 +02:00 (Migrated from gitlab.com)

mentioned in commit a8d48f1218

mentioned in commit a8d48f1218b80c1486a3dc7e6cc2970a652b1b54
Mergul (Migrated from gitlab.com) merged commit a8d48f1218 into master 2022-10-06 19:01:51 +02:00
Sign in to join this conversation.
No reviewers
No labels
Feedback
Meson
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Bubel/bubel-ecs#25
No description provided.