> On Nov. 25, 2013, 1:47 a.m., Benjamin Hindman wrote: > > 3rdparty/libprocess/include/process/owned.hpp, line 103 > > <https://reviews.apache.org/r/15731/diff/1/?file=389059#file389059line103> > > > > CHECK_NOTNULL(data->t) << ...
I tried this, and the compiler complained. CHECK_NOTNULL returns a pointer instead of a stream. - Jie ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15731/#review29351 ----------------------------------------------------------- On Nov. 20, 2013, 10:26 p.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15731/ > ----------------------------------------------------------- > > (Updated Nov. 20, 2013, 10:26 p.m.) > > > Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone. > > > Repository: mesos-git > > > Description > ------- > > The 1st patch of the 3 patches that refactored Owned and supported > Owned::share(). > > > Diffs > ----- > > 3rdparty/libprocess/Makefile.am d3487802f9b36661162ed2d564db4593a71b3c4b > 3rdparty/libprocess/include/process/owned.hpp PRE-CREATION > 3rdparty/libprocess/src/tests/owned_tests.cpp PRE-CREATION > > Diff: https://reviews.apache.org/r/15731/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Jie Yu > >
