1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

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

This commit is contained in:
ed 2017-10-27 09:46:18 +01:00
parent 3eacd386ab
commit 3473e6307c

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();