----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62698/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Vinod Kone. Repository: mesos Description ------- clang does not allow conversions from `Future<const string>` to `Future<string>`, so we specify the return type of the lambda in the `THREADSAFE_Executor_Execute` test explicitly. Diffs ----- 3rdparty/libprocess/src/tests/process_tests.cpp e49431873393e835bf0e0a9c240e5d54f06e0ab7 Diff: https://reviews.apache.org/r/62698/diff/1/ Testing ------- make check with gcc 5.4.0 and clang 3.4.2. Thanks, Chun-Hung Hsiao
