-
Notifications
You must be signed in to change notification settings - Fork 303
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
base: master
Are you sure you want to change the base?
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 <gavin.halliday@lexisnexis.com>
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. |
Type of change:
Checklist:
Smoketest:
Testing: