Closed
Bug 1324829
Opened 9 years ago
Closed 9 years ago
Add mozilla::Result::andThen
Categories
(Core :: MFBT, defect)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
References
Details
Attachments
(1 file)
|
4.79 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1324828 +++
Given a Result<T, E> and a function T -> Result<U, E>, we should produce a Result<U, E>.
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → nfitzgerald
| Assignee | ||
Comment 1•9 years ago
|
||
More decltype magic ;)
Attachment #8820461 -
Flags: review?(nfroyd)
| Assignee | ||
Comment 2•9 years ago
|
||
Updated•9 years ago
|
Attachment #8820461 -
Flags: review?(nfroyd) → review+
Pushed by nfitzgerald@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ba0c8f91cc85
Add the `mozilla::Result::andThen` method; r=froydnj
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•