Thiago,

Will a developer that wants to build the stack need to have two compilers?

If we use only one compiler, how do we ensure that 4.8 features do not creep 
into the stack that prohibits compilation under 4.6?

Pat

> -----Original Message-----
> From: Macieira, Thiago
> Sent: Thursday, July 23, 2015 12:26 PM
> To: Morrow, Joseph L
> Cc: Lankswert, Patrick; iotivity-dev at lists.iotivity.org
> Subject: Re: [dev] GCC/G++ Version
> 
> On Thursday 23 July 2015 08:56:19 Morrow, Joseph L wrote:
> > Hi Thiago,
> >
> > It appears that when using Google Test, the "override" feature in
> > C++11 brought in with 4.8 is used. It appears when you disable the
> > builds for all the unit tests in Resource Manipulation and build with
> > 4.6 that all the errors go away and it just builds right. So it
> > appears the bump was a request to support C++11 features in Unit Tests only.
> 
> Ok, so this only affects unit testing. I'd say it's an acceptable compromise.
> 
> In any case, there's an easy work around:
> #define override
> 
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center

Reply via email to