-
Notifications
You must be signed in to change notification settings - Fork 304
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
HPCC-32971 Add removeAndSwapLast(n) to the array classes #19285
Conversation
Untested, but pushed for discussion/review. |
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-32971 Jirabot Action Result: |
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.
@ghalliday - looks correct to me.
system/jlib/jarray.hpp
Outdated
if (!nodestruct) SELF::destruct(pos); | ||
if (pos != SELF::used) | ||
{ | ||
MEMBER * head= (MEMBER *)SELF::_head; |
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.
trivial: space before =, probably c&p
Looks like there is also a missing #include judging from the clang error. I will fix. |
Signed-off-by: Gavin Halliday <[email protected]>
2967017
to
a1a957f
Compare
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-32971 Jirabot Action Result: |
@mckellyln rebased to target master + fixed spacing and missing include. Please sanity check. |
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.
Approved.
Jirabot Action Result: |
Type of change:
Checklist:
Smoketest:
Testing: