----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55400/#review161173 -----------------------------------------------------------
Patch looks great! Reviews applied: [55400] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh - Mesos ReviewBot On Jan. 11, 2017, 1:28 a.m., Michael Park wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/55400/ > ----------------------------------------------------------- > > (Updated Jan. 11, 2017, 1:28 a.m.) > > > Review request for mesos and Joseph Wu. > > > Repository: mesos > > > Description > ------- > > `clang-3.5` performs incorrect type deduction for lambda return types. > Namely, > > ```cpp > struct S {}; > auto l = [](const S& s) { return s; } > ``` > > The deduced return type of lambda `l` is `const S` as opposed to `S`. > > > Diffs > ----- > > src/slave/containerizer/mesos/io/switchboard.cpp > c444568dd478902afd79fe3c8960364fd68fabb5 > > Diff: https://reviews.apache.org/r/55400/diff/ > > > Testing > ------- > > > Thanks, > > Michael Park > >
