Bug 303960
| Summary: | Address compiler warning in wtf/text/StringConcatenate.h | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Web Template Framework | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
Address compiler warning in wtf/text/StringConcatenate.h:
```
wtf/text/StringConcatenate.h:563:9: warning: Forwarding reference passed to std::move(), which may
unexpectedly cause lvalues to be moved; use std::forward() instead [bugprone-move-forwarding-reference]
563 | WTFMove(each),
| ^
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/55214
EWS
Committed 304330@main (8d7c3100dc6b): <https://commits.webkit.org/304330@main>
Reviewed commits have been landed. Closing PR #55214 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/166340399>