> On Oct. 6, 2014, 12:50 p.m., Till Toenshoff wrote: > > 3rdparty/libprocess/src/reap.cpp, line 124 > > <https://reviews.apache.org/r/26229/diff/1/?file=710088#file710088line124> > > > > Did we decide on our auto use-cases yet? If I remember correctly, then > > we did definitely say that iterators are a perfect use case for auto and > > that Option/Try are an antipattern use case.
The doc update with usage examples is still under review. You are right, those are example and counter-example. Here I think for brewity since the deduced type is neither complex nor of big importance. - Alexander ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26229/#review55491 ----------------------------------------------------------- On Oct. 6, 2014, 1:14 p.m., Alexander Rukletsov wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/26229/ > ----------------------------------------------------------- > > (Updated Oct. 6, 2014, 1:14 p.m.) > > > Review request for mesos, Benjamin Hindman, Ben Mahler, Ian Downes, Jie Yu, > and Till Toenshoff. > > > Repository: mesos-git > > > Description > ------- > > Lower and upper bounds for the poll interval are refactored as static > functions visible to outer world. > > > Diffs > ----- > > 3rdparty/libprocess/include/process/reap.hpp 9de5336 > 3rdparty/libprocess/src/reap.cpp ac14a86 > > Diff: https://reviews.apache.org/r/26229/diff/ > > > Testing > ------- > > make check (Mac OS 10.9.4, Ubuntu 14.04) > > > Thanks, > > Alexander Rukletsov > >