mtl/include
Madeline Busig 0381144c3f Fix missing assignment operators in mtl::vecX
Assignment operators for taking base mtl::vec<> template were missing.
This had the effect that an instance of mtl::vec2 could not be assigned
an instance of mtl::vec<2>, for example.
2025-04-29 03:33:44 -07:00
..