Mention ISO C++11 support in CONTRIBUTING guide

This commit is contained in:
maron2000 2023-09-27 20:38:36 +09:00 committed by GitHub
parent 293e27dc99
commit 9a91625b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ You do not necessarily need to be versed in coding; there are other ways to cont
Information on building/compiling the DOSBox-X source code can be found in the [BUILD](BUILD.md) page.
DOSBox-X is still intended to support compilation as C++11. If you add new code please make sure it works as C++11. One way to do so is to run `./configure` with `--enable-force-cxx11` option added, and build the code.
For the code style, please refer to the .editorconfig file, your development environment probably supports it (see https://editorconfig.org/).
The emphasis is put on code clarity, simplicity and documented whenever possible.