> On Jan. 13, 2014, 6:34 p.m., Ben Mahler wrote:
> > 3rdparty/libprocess/include/process/c++11/deferred.hpp, line 75
> > <https://reviews.apache.org/r/16661/diff/1/?file=417597#file417597line75>
> >
> >     s/explicitely/explicitly/

You missed the 'implicitly' on the next line! ;) 


> On Jan. 13, 2014, 6:34 p.m., Ben Mahler wrote:
> > 3rdparty/libprocess/include/process/c++11/deferred.hpp, lines 75-76
> > <https://reviews.apache.org/r/16661/diff/1/?file=417597#file417597line75>
> >
> >     Is this because there is an implicit 'this->' when we're accessing the 
> > members?
> >     
> >     I'm a bit surprised that we'd get a copy of this as opposed to the 
> > members, anywhere I can read about this?

Yes, it's because we get an implicit 'this->'.


- Benjamin


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16661/#review31582
-----------------------------------------------------------


On Jan. 6, 2014, 7:40 p.m., Benjamin Hindman wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/16661/
> -----------------------------------------------------------
> 
> (Updated Jan. 6, 2014, 7:40 p.m.)
> 
> 
> Review request for mesos, Ben Mahler, Niklas Nielsen, and Vinod Kone.
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> A test was also added that provides all possible examples of using std::bind 
> and lambda's with process::defer, Future::on* (Ready, Failed, etc) and 
> Future::then.
> 
> 
> Diffs
> -----
> 
>   3rdparty/libprocess/include/process/c++11/defer.hpp PRE-CREATION 
>   3rdparty/libprocess/include/process/c++11/deferred.hpp PRE-CREATION 
>   3rdparty/libprocess/include/process/c++11/executor.hpp PRE-CREATION 
>   3rdparty/libprocess/include/process/future.hpp 
> 4122b96ed82105f8ddcbae8904281864ca480c82 
>   3rdparty/libprocess/src/tests/process_tests.cpp 
> b0fb5c2401618d83c95b9b87f1f5dc107c4ad466 
> 
> Diff: https://reviews.apache.org/r/16661/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Benjamin Hindman
> 
>

Reply via email to