-
Notifications
You must be signed in to change notification settings - Fork 2.7k
add a new method to insert a new value in an array at specific index. #949
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm generally happy with this patch. If you run clang format and update the test, I will merge it in.
4a9f5c8
to
cdd2613
Compare
Thanks for fixing this up, didn't see the latest revision. |
If you can fix the merge conflict, we are good to go. |
update code, fix the merge conflict and clang-format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good.
I guess you need to rebase this yourself, and maybe squash some commits? |
fix issue #691.