Open
Bug 1731077
Opened 3 years ago
Updated 3 years ago
Mark std::tuple as mem-movable?
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement, P3)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
NEW
People
(Reporter: saschanaz, Unassigned)
References
Details
isNameExcepted()
lists std::pair
as mem-movable but not std::tuple
. Should it be listed together?
Comment 1•3 years ago
|
||
It seems to me that std::pair<T, U>
should only be mem-movable if T
and U
are -- does the plugin check that?
Reporter | ||
Comment 2•3 years ago
|
||
Doesn't seems so to me, line 26 already implies the detection is not perfect.
Updated•3 years ago
|
Severity: -- → S3
Type: task → enhancement
Priority: -- → P3
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•