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

Michael Park commented on MESOS-4228:
-------------------------------------

{noformat}
commit a5a42d5e861ee848c79370ed2408f8382ab1010a
Author: Michael Park <[email protected]>
Date:   Tue Jan 5 18:07:26 2016 -0800

    Used `std::is_bind_expression` to SFINAE correctly.

    Review: https://reviews.apache.org/r/41460
{noformat}

> 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
>              Labels: mesosphere
>
> 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)

Reply via email to