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

Unnecessary requirement of rvalue-from-this for fixed-length external vectors #15

Closed
demianmnave opened this issue Apr 21, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@demianmnave
Copy link
Owner

The default constructor for fixed<..., external> is disabled if the compiler does not support rvalue-ref-from-this. This is too strict, however, and prevents creating arrays of external<> vectors when compiling with e.g. VS2013.

@demianmnave demianmnave added this to the v2.1.2 milestone Apr 21, 2018
@demianmnave demianmnave self-assigned this Apr 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant