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

Add insert() to VLA #62

Open
skeetsaz opened this issue Sep 25, 2023 · 1 comment
Open

Add insert() to VLA #62

skeetsaz opened this issue Sep 25, 2023 · 1 comment
Labels
component/VLA variable_length_array issues

Comments

@skeetsaz
Copy link
Contributor

Add insert() to VariableLengthArray with the same API as std::vector

@skeetsaz
Copy link
Contributor Author

skeetsaz commented Oct 2, 2023

For my use case I'm seeing these constructor used (from https://en.cppreference.com/w/cpp/container/vector/insert)

template< class InputIt >
iterator insert( const_iterator pos, InputIt first, InputIt last );
iterator insert( const_iterator pos, std::initializer_list<T> ilist );

@thirtytwobits thirtytwobits added the component/VLA variable_length_array issues label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/VLA variable_length_array issues
Projects
None yet
Development

No branches or pull requests

2 participants