vector comparison fix 2

This commit is contained in:
Jorijn van der Graaf 2026-02-19 07:00:58 +01:00
commit c8656a351b
2 changed files with 12 additions and 8 deletions

View file

@ -22,4 +22,7 @@ int main() {
// }
// return 0;
std::cout << (Vector<float, 3, 0>(5, 0, 0) == Vector<float, 3, 0>(5,0,1)) << std::endl;
}