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:
parent
3eacd386ab
commit
3473e6307c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue