There was an error while loading. Please reload this page.
1 parent 013422d commit 88170b3Copy full SHA for 88170b3
2 files changed
mode/CppMode.jar
38 Bytes
src/java/CppEditor.java
@@ -52,7 +52,7 @@ public void dispose() {
52
private static final String BUG_REPORT_URL =
53
"https://github.com/processing-cpp/processing.cpp/issues";
54
55
- private static final String[] CPP_STDS = {"c++17", "c++20", "c++23", "c++2c"};
+ private static final String[] CPP_STDS = {"c++98", "c++11", "c++14", "c++17", "c++20", "c++23", "c++2c"};
56
private static final String PREF_KEY = "cppmode.std";
57
private JComboBox<String> stdCombo;
58
0 commit comments