----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41461/ -----------------------------------------------------------
Review request for mesos, Alex Clemmer and Joris Van Remoortere. Repository: mesos Description (updated) ------- VS 2015 won't support C++14 `std::result_of` SFINAE until Update 2, so `result_of` must be replaced with `decltype(invoke)`. Here, we implement SFINAE `result_of` in `stout`. Follow-up from [r40114](https://reviews.apache.org/r/40114/). Diffs ----- Diff: https://reviews.apache.org/r/41461/diff/ Testing (updated) ------- `make check` on OS X, compiled on Windows. Thanks, Michael Park
