You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stlab/concurrency/task.hpp(45): error C3546: '...': there are no parameter packs available to expand
stlab/concurrency/task.hpp(48): note: see reference to alias template instantiation 'stlab::v1::task<R(Args...>::possibly_empty_t' being compiled
Unfortunately I am not able to create a reduced example.
stlab/concurrency/task.hpp(45): error C3546: '...': there are no parameter packs available to expand
stlab/concurrency/task.hpp(48): note: see reference to alias template instantiation 'stlab::v1::task<R(Args...>::possibly_empty_t' being compiled
Unfortunately I am not able to create a reduced example.
Solution is to change task.hpp to
The text was updated successfully, but these errors were encountered: