You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Michael Park (JIRA)" <ji...@apache.org> on 2015/12/21 20:18:46 UTC

[jira] [Comment Edited] (MESOS-4220) Introduce result_of with C++14 semantics to stout.

    [ https://issues.apache.org/jira/browse/MESOS-4220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066915#comment-15066915 ] 

Michael Park edited comment on MESOS-4220 at 12/21/15 7:18 PM:
---------------------------------------------------------------

https://reviews.apache.org/r/41461/
https://reviews.apache.org/r/41462/


was (Author: mcypark):
https://reviews.apache.org/r/41461/

> Introduce result_of with C++14 semantics to stout.
> --------------------------------------------------
>
>                 Key: MESOS-4220
>                 URL: https://issues.apache.org/jira/browse/MESOS-4220
>             Project: Mesos
>          Issue Type: Task
>          Components: stout
>            Reporter: Michael Park
>            Assignee: Michael Park
>              Labels: mesospheree
>
> The {{std::result_of}} in VS 2015 Update 1 implements C++11 semantics which does not allow it to be used in SFINAE contexts.
> Introduce a C++14 {{std::result_of}} into stout until we get to VS 2014 Update 2, at which point we can switch back to simply using {{std::result_of}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)