Hi Yuri,

On 17.06.2013 16:38, Yuri Dario wrote:
Hi,

after updates to STL for issue 122208, the OS/2 build is no longer
compiling. I was already not using OO STL and using system STL, and
now I get errors like
[...]
is -std=c++11 now required for builds? I'm using gcc 4.4.6 and this
seems to be a 4.7 option.

Since gcc 4.3 there is the option -std=c++0x as it was expected that the update of the C++ standard incorporating the TR1 libraries would happen in the 200x timeframe. The standardization process took longer and it was approved in 2011 instead, so it came to be known C++11 and the gcc option has been renamed to -std=c++11 then. For compatibility reasons -std=c++0x is recognized too.

Does it suffice if you add the -std=c++0x option to the OS/2 build?

If not I suggest that we do an interactive chat session.

Herbert

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to