Some constructors not working with move only types
im95able opened this issue · 3 comments
im95able commented
Since restrictions to constructors have been added, some constructors don't work. For example:
std::array<std::unique_ptr<int>, 5> a;
nonstd::span s{a.begin(), 5};
Was this intended ?
im95able commented
Thanks for the quick fix. Could we have a new release ?
martinmoene commented
I'll make a new release, perhaps this evening or tomorrow.
martinmoene commented
Closing this now, feel free to reopen if needed.