Re: dialect option change affect on existing code

2020-05-20 Thread Jonathan Wakely via Gcc
N.B. I've redirected this to gcc-help where it's on-topic. Please answer there instead. On Wed, 20 May 2020 at 22:35, Ted Toth via Gcc wrote: > > I work on a project with a large code base some of which is pretty old. We > are discussing adding -std=gnu++11 to our g++ compiles to be able to use >

dialect option change affect on existing code

2020-05-20 Thread Ted Toth via Gcc
I work on a project with a large code base some of which is pretty old. We are discussing adding -std=gnu++11 to our g++ compiles to be able to use newer classes/features but there are concerns that there could be unintended consequences. For existing code that doesn't use any new features/classes