Hello,
For my development I use:
Debian 3.16.7-ckt4-3 and code blocks 13.12.
Because I use shared_ptr in the project I need the c++11 flag to be added to the compile line.
What I found is that in the build options op the GCC compiler work different then expected.
For the general project I use the -std=c++11 option, but the compiler output there is no -std=c++11.
When I select the -std=c++11 in the release target it does add the -std=c++11.
strangely if I add the "-std=c++11" test to the other options tab twice the command added to the compiler line.
In this case I only checked the -std=c++11option in the main settings of the project.
Also when I was playing around with the settings sometimes it worked, then I restarted C::B and it did not work again.
please fix this as it has caused me a day to figure out that the IDE was my problem and not my code.
Thank you in advance.
Best regards,
Jewest