Call `trivial_copy` in copy contructor
laffernandes opened this issue · 0 comments
laffernandes commented
Could the trivial_copy
perhaps be fashioned into an assignment operator overload? Such that the resulting expression would be: full_vector_t<float, 4> r_ = apply_rotor(rotor, x);
Originally posted by @Tannz0rz in #21 (comment)