[
https://issues.apache.org/jira/browse/MESOS-2757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14711880#comment-14711880
]
Joris Van Remoortere edited comment on MESOS-2757 at 8/25/15 9:44 PM:
----------------------------------------------------------------------
{code}
commit b40d4e8dd071f9887e92167d41b4f410e305191b
Author: Ben Mahler <[email protected]>
Date: Tue Aug 25 16:48:33 2015 -0400
Added try_tests.cpp to libprocess makefile.
See MESOS-2757.
Review: https://reviews.apache.org/r/36869
commit a7727015b023997a06e387ec806bc4badbc49c8d
Author: Ben Mahler <[email protected]>
Date: Tue Aug 25 16:16:37 2015 -0400
Added -> operators for Option, Try, Result.
See MESOS-2757.
Review: https://reviews.apache.org/r/36868
commit 9002a748d2089490d251101b88bd71d5f855ef5f
Author: Ben Mahler <[email protected]>
Date: Tue Aug 25 15:02:43 2015 -0400
Added -> operator for Future.
See MESOS-2757.
Review: https://reviews.apache.org/r/36870
{code}
was (Author: jvanremoortere):
{code}
commit 9002a748d2089490d251101b88bd71d5f855ef5f
Author: Ben Mahler <[email protected]>
Date: Tue Aug 25 15:02:43 2015 -0400
Added -> operator for Future.
See MESOS-2757.
Review: https://reviews.apache.org/r/36870
{code}
> Add -> operator for Option<T>, Try<T>, Result<T>, Future<T>.
> ------------------------------------------------------------
>
> Key: MESOS-2757
> URL: https://issues.apache.org/jira/browse/MESOS-2757
> Project: Mesos
> Issue Type: Improvement
> Components: libprocess, stout
> Reporter: Joris Van Remoortere
> Assignee: Benjamin Mahler
> Labels: c++11, option, stout, twitter
>
> Let's add operator overloads to Option<T> to allow access to the underlying T
> using the `->` operator.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)