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

Remove std::experimental::dynarray from array passing example #74

Closed

Conversation

GabrielDougherty
Copy link

This PR fixes #73 where the inclusion of the no longer supported std::experimental::dynarray prevents compilation. I opted to just remove the dynarray code and supporting part of the article, but I understand that there's no longer any example that provides a fixed-size array which has a size defined at runtime. So, I am interested if you have any example you would prefer instead.

I tried to maintain the spirit of your original article, but I would appreciate a review of the language, and please let me know if you would like anything added. Thanks!

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

Successfully merging this pull request may close these issues.

std::experimental::dynarray no longer supported in array passing example
1 participant