vector comparison fix 2
This commit is contained in:
parent
29ea2927e3
commit
c8656a351b
2 changed files with 12 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue