Closed
Bug 1345842
Opened 8 years ago
Closed 5 years ago
Introduce mozilla::Ignore that works in mozilla::Tie like std::ignore in std::tie
Categories
(Core :: MFBT, enhancement)
Core
MFBT
Tracking
()
RESOLVED
FIXED
People
(Reporter: hsivonen, Assigned: fronkc1)
Details
Attachments
(1 file)
It seems that our Tie() doesn't have a way to ignore items. This is inconvenient. We should have an analog of std::ignore.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → fronkc1
Status: NEW → ASSIGNED
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/03eda5ff313a
Add Ignore to allow ignore elements in Tie. r=froydnj
Assignee | ||
Updated•5 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Comment 3•5 years ago
|
||
bugherder |
Reporter | ||
Comment 4•5 years ago
|
||
Thank you! Filed bug 1626517 about using this.
You need to log in
before you can comment on or make changes to this bug.
Description
•