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:47:46 UTC

[jira] [Created] (MESOS-4228) Use std::is_bind_expression to reroute the result of std::bind.

Michael Park created MESOS-4228:
-----------------------------------

             Summary: Use std::is_bind_expression to reroute the result of std::bind.
                 Key: MESOS-4228
                 URL: https://issues.apache.org/jira/browse/MESOS-4228
             Project: Mesos
          Issue Type: Task
          Components: libprocess
            Reporter: Michael Park
            Assignee: Michael Park


The Standard (C++11 through 17) does not require {{std::bind}}'s function call operator to SFINAE, and VS 2015's doesn't. {{std::is_bind_expression}} can be used to manually reroute bind expressions to the 1-arg overload, where (conveniently) the argument will be ignored if necessary.



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