Skip to content

Remove (unintended) move constructor that causes compile errors on DMD 2.111.0#76

Merged
l-kramer merged 1 commit intomasterfrom
compile_fix
Jun 28, 2025
Merged

Remove (unintended) move constructor that causes compile errors on DMD 2.111.0#76
l-kramer merged 1 commit intomasterfrom
compile_fix

Conversation

@s-ludwig
Copy link
Owner

This constructor was there before move constructors where a thing and now causes errors in druntime when a TaggedUnion is nested in another struct and an array of that struct is ".dup"ed.

…D 2.111.0.

This constructor was there before move constructors where a thing and now causes errors in druntime when a TaggedUnion is nested in another struct and an array of that struct is ".dup"ed.
@s-ludwig s-ludwig requested a review from l-kramer June 28, 2025 11:58
@l-kramer l-kramer merged commit 46ac54e into master Jun 28, 2025
12 checks passed
@s-ludwig s-ludwig deleted the compile_fix branch June 28, 2025 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants