[Interest] -std=gnu++11 compile error

Thiago Macieira thiago.macieira at intel.com
Tue Jun 28 18:54:54 CEST 2016


On terça-feira, 28 de junho de 2016 19:15:42 PDT Konstantin Tokarev wrote:
> Yes. It supports gnu++0x, but in order to use Qt >= 5.7 you need gcc >= 4.7.

Oh, right, there's that. Qt 5.7 atomics require std::atomic, which your GCC 
(4.4) won't support.

I really recommend using a compiler released in the last 3 years. GCC 4.4 is 7 
years old.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list