Bug 73395
| Summary: | Style checker does not understand C++11 rvalue references | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | llango.u-szeged |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Sam Weinig
The style checker does not seem to understand C++11 rvalue references. For instance it complained about the line:
RetainPtr& operator=(RetainPtr&&);
saying:
Source/JavaScriptCore/wtf/RetainPtr.h:99: Missing spaces around && [whitespace/operators] [3]
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
László Langó
*** This bug has been marked as a duplicate of bug 123406 ***