michalkielan / MatrixLibs

Small matrix library, written C++11
Mozilla Public License 2.0
1 stars 2 forks source link

compare function issue #28

Closed michalkielan closed 7 years ago

michalkielan commented 7 years ago

implementation of compare should be change or operators >, <, == should be overloaded

michalkielan commented 7 years ago

fixed in 1e51a0fe, after fixing the issue, few tests failed #29