tirimatangi/Lazy

Sometimes runForAll returns std::vector when std:array should be returned

tirimatangi opened this issue · 1 comments

In some circumstances runForAll returns std:vector even when the input is an std::array. Generally, if the input is std::array, the output should also be std:array.
To be fixed later this week.

Fix in tag v1.1