> On Dec. 28, 2015, 11:31 p.m., Daniel Pravat wrote:
> > 3rdparty/libprocess/include/process/future.hpp, line 347
> > <https://reviews.apache.org/r/41459/diff/1/?file=1166978#file1166978line347>
> >
> > Other similar constructs will be converted when the code using them will compile
on Windows.
Sorry, I don't think I understand what this means. Could you elaborate/clarify?
- Michael
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41459/#review112086
-----------------------------------------------------------
On Dec. 28, 2015, 3:42 p.m., Michael Park wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41459/
> -----------------------------------------------------------
>
> (Updated Dec. 28, 2015, 3:42 p.m.)
>
>
> Review request for mesos, Alex Clemmer and Joris Van Remoortere.
>
>
> Bugs: MESOS-4221
> https://issues.apache.org/jira/browse/MESOS-4221
>
>
> Repository: mesos
>
>
> Description
> -------
>
> VS 2015 won't support C++14 `std::function` SFINAE until Update 2, so converting `_Deferred`
to `std::function` must be done by explicitly calling `_Deferred`'s conversion function.
>
> Follow-up from [r40114](https://reviews.apache.org/r/40114/).
>
>
> Diffs
> -----
>
> 3rdparty/libprocess/include/process/future.hpp c9146e3a3ccf09dd37c5a8ac7000fbe84f3c710c
>
> Diff: https://reviews.apache.org/r/41459/diff/
>
>
> Testing
> -------
>
> `make check` on OS X, compiled on Windows.
>
>
> Thanks,
>
> Michael Park
>
>
|