Author Topic: Can codeblocks add std=gnu++11?  (Read 3992 times)

Offline akeyliu

  • Single posting newcomer
  • *
  • Posts: 4
Can codeblocks add std=gnu++11?
« on: January 08, 2017, 01:51:58 am »
Hello, I'm a C++ Developer, and only c++11 not gnu++11 is support in Codeblocks.
As we know,  gnu++11 is support by gcc, and there is little difference between gnu++11 and c++11.
So, I hope that CodeBlcoks can provide gnu++11 options if gcc is checked as tool chain.

Thanks.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Can codeblocks add std=gnu++11?
« Reply #1 on: January 08, 2017, 11:16:53 am »
No we have no plans to do it, but there is UI to add flags that you need or use. Just right click in the flags control and use the "New flag" or "Modify flag" menus.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]