Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some constructors not working with move only types #68

Closed
im95able opened this issue Jul 7, 2021 · 3 comments
Closed

Some constructors not working with move only types #68

im95able opened this issue Jul 7, 2021 · 3 comments

Comments

@im95able
Copy link

im95able commented Jul 7, 2021

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 im95able changed the title Some constructors not wirking with move only types Some constructors not working with move only types Jul 7, 2021
@im95able
Copy link
Author

im95able commented Jul 8, 2021

Thanks for the quick fix. Could we have a new release ?

@martinmoene
Copy link
Owner

I'll make a new release, perhaps this evening or tomorrow.

martinmoene added a commit that referenced this issue Jul 8, 2021
@martinmoene
Copy link
Owner

Closing this now, feel free to reopen if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants