Browse Source

Projucer: Changed the default C++ standard for new projects from 11 to 14

tags/2021-05-28
ed 8 years ago
parent
commit
3473e6307c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/Project/jucer_Project.cpp

+ 1
- 1
extras/Projucer/Source/Project/jucer_Project.cpp View File

@@ -146,7 +146,7 @@ void Project::setMissingDefaultValues()
shouldIncludeBinaryInAppConfig() = true;
if (! projectRoot.hasProperty (Ids::cppLanguageStandard) && ! setCppVersionFromOldExporterSettings())
getCppStandardValue() = "11";
getCppStandardValue() = "14";
if (getCompanyCopyright().toString().isEmpty())
getCompanyCopyright() = getCompanyName().toString();


Loading…
Cancel
Save