dsharlet / array

C++ multidimensional arrays in the spirit of the STL
Apache License 2.0
198 stars 15 forks source link

`array` and `array_ref` `operator==` and `operator!=` don't short circuit #4

Open dsharlet opened 4 years ago

dsharlet commented 4 years ago

These operators could return as soon as falsifying elements are found.