Sometimes runForAll returns std::vector when std:array should be returned
tirimatangi opened this issue · 1 comments
tirimatangi commented
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.
tirimatangi commented
Fix in tag v1.1