blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
402 stars 83 forks source link

fixed TinyMatrix::begin #176

Open tobias-loew opened 2 years ago

tobias-loew commented 2 years ago

this fixes both TinyMatrix::begin overloads

slayoo commented 2 years ago

Thank you @tobias-loew! Let me suggest to also add a unit test, so that the expected behavior is tested on CI, thanks

tobias-loew commented 2 years ago

Sorry, no time to write a test for that. The change is running fine in my production code. The old code can never compile when instantiated.