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

Where is stack_array? #347

Closed
mmatrosov opened this issue Oct 19, 2015 · 2 comments
Closed

Where is stack_array? #347

mmatrosov opened this issue Oct 19, 2015 · 2 comments
Assignees
Labels

Comments

@mmatrosov
Copy link

There is an item "ES.27: Use std::array or stack_array for arrays on the stack", where a type stack_array is mentioned. It is clear what it should do, but I see no references too it. I would expect to have it GSL, but it is no there. I cannot find any major implementation anywhere.

@mmatrosov mmatrosov changed the title Where is stack_array? Where is stack_array? Oct 19, 2015
@gdr-at-ms gdr-at-ms added the open label Nov 1, 2015
@neilmacintosh
Copy link
Contributor

@mmatrosov you are correct, there is no implementation in the Microsoft version of the GSL at this time. Adding it has simply been lower on the priority list than other tasks for that implementation so far. However it should show up at some point in the future. If you'd like to contribute an implementation, I'd be happy to take a PR over at that repository.

@HamzaHajeir
Copy link

Any updates so far :) ?

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

5 participants
@mmatrosov @neilmacintosh @gdr-at-ms @HamzaHajeir and others