tirimatangi / Lazy

Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tirimatangi opened this issue · 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