Skip to content

Fix abseil forward ref warning for StrSplit #9539

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

Closed
wants to merge 1 commit into from

Conversation

dennycd
Copy link

@dennycd dennycd commented Mar 30, 2022

Patching StrSplit usage for bugprone-move-forwarding-reference warning as seem from #9486. StrSplit requires a forwarding reference (rvalue ref inferred from a template param) to be passed into its first parameter, and we are currently passing a lvalue ref instead.

@paulb777
Copy link
Member

Thanks @dennycd. I believe this is just one of 3 places. Would you rebase on #9532, re-enable analyze to get a repro case and validation in CI

@dennycd dennycd force-pushed the abseil_warning_fix branch 17 times, most recently from 1cba3a9 to 6f7e251 Compare April 1, 2022 00:39
@paulb777
Copy link
Member

I believe this has been resolved. Closing the PR. Please reopen if still needed.

@paulb777 paulb777 closed this Apr 13, 2022
@firebase firebase locked and limited conversation to collaborators May 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants