You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Dominic Hamon <dh...@twopensource.com> on 2014/08/29 00:39:05 UTC

Review Request 25168: require some c++11 features for libprocess

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25168/
-----------------------------------------------------------

Review request for mesos, Benjamin Hindman and Vinod Kone.


Bugs: MESOS-750
    https://issues.apache.org/jira/browse/MESOS-750


Repository: mesos-git


Description
-------

fatal if expected C++11 features aren't supported by the compiler


Diffs
-----

  3rdparty/libprocess/configure.ac 408b0dbe2604e0fc55fcea7745e4c1fd0a1b35b4 

Diff: https://reviews.apache.org/r/25168/diff/


Testing
-------

make with clang++, g++-4.4, g++-4.6, and g++-4.8


Thanks,

Dominic Hamon


Re: Review Request 25168: require some c++11 features for libprocess

Posted by Vinod Kone <vi...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25168/#review51847
-----------------------------------------------------------

Ship it!



3rdparty/libprocess/configure.ac
<https://reviews.apache.org/r/25168/#comment90472>

    without-cxx11 is not an arg anymore. rephrase.


- Vinod Kone


On Aug. 28, 2014, 10:39 p.m., Dominic Hamon wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/25168/
> -----------------------------------------------------------
> 
> (Updated Aug. 28, 2014, 10:39 p.m.)
> 
> 
> Review request for mesos, Benjamin Hindman and Vinod Kone.
> 
> 
> Bugs: MESOS-750
>     https://issues.apache.org/jira/browse/MESOS-750
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> fatal if expected C++11 features aren't supported by the compiler
> 
> 
> Diffs
> -----
> 
>   3rdparty/libprocess/configure.ac 408b0dbe2604e0fc55fcea7745e4c1fd0a1b35b4 
> 
> Diff: https://reviews.apache.org/r/25168/diff/
> 
> 
> Testing
> -------
> 
> make with clang++, g++-4.4, g++-4.6, and g++-4.8
> 
> 
> Thanks,
> 
> Dominic Hamon
> 
>


Re: Review Request 25168: require some c++11 features for libprocess

Posted by Dominic Hamon <dh...@twopensource.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25168/
-----------------------------------------------------------

(Updated Aug. 28, 2014, 4:40 p.m.)


Review request for mesos, Benjamin Hindman and Vinod Kone.


Bugs: MESOS-750
    https://issues.apache.org/jira/browse/MESOS-750


Repository: mesos-git


Description
-------

fatal if expected C++11 features aren't supported by the compiler


Diffs (updated)
-----

  3rdparty/libprocess/configure.ac 408b0dbe2604e0fc55fcea7745e4c1fd0a1b35b4 

Diff: https://reviews.apache.org/r/25168/diff/


Testing
-------

make with clang++, g++-4.4, g++-4.6, and g++-4.8


Thanks,

Dominic Hamon