Michael Park created MESOS-4220:
-----------------------------------
Summary: Introduce a stout result_of.
Key: MESOS-4220
URL: https://issues.apache.org/jira/browse/MESOS-4220
Project: Mesos
Issue Type: Task
Components: stout
Environment: Windows
Reporter: Michael Park
Assignee: Michael Park
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)