Return-Path: X-Original-To: apmail-mesos-reviews-archive@minotaur.apache.org Delivered-To: apmail-mesos-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C4DBD1871F for ; Wed, 16 Dec 2015 20:05:56 +0000 (UTC) Received: (qmail 84214 invoked by uid 500); 16 Dec 2015 20:05:56 -0000 Delivered-To: apmail-mesos-reviews-archive@mesos.apache.org Received: (qmail 84194 invoked by uid 500); 16 Dec 2015 20:05:56 -0000 Mailing-List: contact reviews-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@mesos.apache.org Delivered-To: mailing list reviews@mesos.apache.org Received: (qmail 84177 invoked by uid 99); 16 Dec 2015 20:05:56 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2015 20:05:56 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 92B792AEAB3; Wed, 16 Dec 2015 20:05:55 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============1077710025574215599==" MIME-Version: 1.0 Subject: Re: Review Request 41461: stout: Added SFINAE-friendly `result_of`. From: "Michael Park" To: "Joris Van Remoortere" , "Alex Clemmer" Cc: "Michael Park" , "mesos" Date: Wed, 16 Dec 2015 20:05:55 -0000 Message-ID: <20151216200555.31807.85547@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Michael Park" X-ReviewGroup: mesos X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/41461/ X-Sender: "Michael Park" References: <20151216200322.31807.12917@reviews.apache.org> In-Reply-To: <20151216200322.31807.12917@reviews.apache.org> Reply-To: "Michael Park" X-ReviewRequest-Repository: mesos --===============1077710025574215599== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41461/ ----------------------------------------------------------- (Updated Dec. 16, 2015, 8:05 p.m.) Review request for mesos, Alex Clemmer and Joris Van Remoortere. Repository: mesos Description ------- 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 (updated) ----- 3rdparty/libprocess/3rdparty/stout/include/Makefile.am d1ef6f0df82e83d8e0d38f7b8986403702519a7d 3rdparty/libprocess/3rdparty/stout/include/stout/result_of.hpp PRE-CREATION Diff: https://reviews.apache.org/r/41461/diff/ Testing ------- `make check` on OS X, compiled on Windows. Thanks, Michael Park --===============1077710025574215599==--