Closed klemens-morgenstern closed 1 year ago
I don't see why you seem to have made XM
copyable. The test is supposed to test a move-only type.
You can't move from const objects. These tests only worked because of the copy constructor.
yeah, i missed the right-const
.
Closes #108.