Author Topic: Add options for C++ standard to GNU / Clang C++ options dialogs  (Read 1412 times)

Dennis

  • Senior Community Member
  • Posts: 3994
  • Hero Points: 520
The current state of C++ is that you can't get too far off the ground without using -std=c++11, -std=c++14, etc.  This needs to be added to the GNU C++ language options dialog after the choice of "Compile all files as ..." combo box.   Would also be good to add this option to the C++ project wizard.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6986
  • Hero Points: 532
Re: Add options for C++ standard to GNU / Clang C++ options dialogs
« Reply #1 on: December 30, 2024, 01:44:05 PM »
This has been added to v30 (wizard and options)