mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Add support for C++20 project language standard
This commit is contained in:
parent
aacca9b23c
commit
2707ea3ca0
7 changed files with 16 additions and 10 deletions
|
|
@ -1435,7 +1435,7 @@ private:
|
|||
auto projectStandard = project.getCppStandardString();
|
||||
|
||||
if (projectStandard == "latest")
|
||||
return String ("17");
|
||||
return project.getLatestNumberedCppStandardString();
|
||||
|
||||
return projectStandard;
|
||||
}();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue