[
https://issues.apache.org/jira/browse/MESOS-4220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107700#comment-15107700
]
Michael Park commented on MESOS-4220:
-------------------------------------
{noformat}
commit 1565096f2fba4e6ac83e6ee44a81e0290b8f7f58
Author: Michael Park <[email protected]>
Date: Sat Dec 12 11:29:36 2015 -0500
Used SFINAE-friendly `result_of` in libprocess.
Review: https://reviews.apache.org/r/41462
{noformat}
{noformat}
commit 576fa0ee11f81006950094d4e35d231e7cb11472
Author: Michael Park <[email protected]>
Date: Sat Dec 12 11:29:12 2015 -0500
Added SFINAE-friendly `result_of` in stout.
Review: https://reviews.apache.org/r/41461
{noformat}
> 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: mesosphere
>
> 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)