dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
50 stars 7 forks source link

mir: fix warnings with PerMachine move-constructor #129

Closed dcbaker closed 1 month ago

dcbaker commented 1 month ago

This is a legit issue, not only was the target being initialized first, but both the host and the target values were moving the target field from the other one. This last part is obviously really bad.