Skip to content

fix: fix rvalue for addmember/pushback #57

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

Merged
merged 2 commits into from
Mar 16, 2023
Merged

fix: fix rvalue for addmember/pushback #57

merged 2 commits into from
Mar 16, 2023

Conversation

liuq19
Copy link
Collaborator

@liuq19 liuq19 commented Mar 15, 2023

AddMember/Pushback should use the rvalue argument because the value args will be moved.

@liuq19 liuq19 marked this pull request as ready for review March 15, 2023 02:11
@codecov-commenter
Copy link

Codecov Report

Merging #57 (3488eb9) into master (780c40c) will increase coverage by 0.07%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   95.04%   95.11%   +0.07%     
==========================================
  Files          22       22              
  Lines        2785     2785              
==========================================
+ Hits         2647     2649       +2     
+ Misses        138      136       -2     
Impacted Files Coverage Δ
include/sonic/dom/genericnode.h 99.63% <100.00%> (ø)
include/sonic/experiment/lazy_update.h 88.46% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@xiegx94
Copy link
Collaborator

xiegx94 commented Mar 15, 2023

Also PushBack API.

@liuq19 liuq19 changed the title fix: fix rvalue for addmember fix: fix rvalue for addmember/pushback Mar 15, 2023
@liuq19 liuq19 enabled auto-merge (squash) March 15, 2023 03:38
@xiegx94
Copy link
Collaborator

xiegx94 commented Mar 16, 2023

LGTM

@liuq19 liuq19 merged commit e3038ea into bytedance:master Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants