Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <1557255+kcgen@users.noreply.github.com>2021-07-04 23:24:39 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-09-16 20:30:24 +0300
commitb25b7b21c4cac446b0a08cb47c29e2548c0ca78d (patch)
treeb4651dd91515c4a1f45b01994dd80eea42176bc8 /README.md
parent6319cf0fe591e52002eb554c71854f145b7c77b0 (diff)
Update the documented C++ standard to C++17
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6c6486f4b..de51702ae 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ support today's systems.
| | DOSBox Staging | DOSBox
|- |- |-
| **Version control** | Git | [SVN]
-| **Language** | C++14 | C++03<sup>[1]</sup>
+| **Language** | C++17 | C++03<sup>[1]</sup>
| **SDL** | >= 2.0.5 | 1.2<sup>*</sup>
| **Buildsystem** | Meson or Visual Studio 2019 | Autotools or Visual Studio 2003
| **CI** | Yes | No