< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate-users] C++11 support



On 22/02/15 17:49, Scott Godin wrote:
> I have no issues with this.
> 
> The code base already compiles without issue under Windows using VS2013
> - which is a C++11 compiler
> (https://msdn.microsoft.com/en-us/library/hh567368.aspx?f=255&MSPPError=-2147217396).
>  
> 
> Note:  there is also some RValue support in the Data class that is
> enabled with the following define:
> RESIP_HAS_RVALUE_REFS


Just one further comment about this - once C++11 is being tested by
travis-ci (as described in my earlier email), then all future commits
and pull requests will be tested for C++11 compliance.