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
