diff options
author | worktycho <work.tycho@gmail.com> | 2015-04-26 14:27:05 +0200 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2015-04-26 14:27:05 +0200 |
commit | 27413bcec38a3b6f927594ce87aa683532be9e79 (patch) | |
tree | 441c76a267d7f482030fe901e3aa30d99e5bf0a7 | |
parent | Updated the Core. (diff) | |
download | cuberite-27413bcec38a3b6f927594ce87aa683532be9e79.tar cuberite-27413bcec38a3b6f927594ce87aa683532be9e79.tar.gz cuberite-27413bcec38a3b6f927594ce87aa683532be9e79.tar.bz2 cuberite-27413bcec38a3b6f927594ce87aa683532be9e79.tar.lz cuberite-27413bcec38a3b6f927594ce87aa683532be9e79.tar.xz cuberite-27413bcec38a3b6f927594ce87aa683532be9e79.tar.zst cuberite-27413bcec38a3b6f927594ce87aa683532be9e79.zip |
Diffstat (limited to '')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03481ec48..f27451351 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ Code Stuff ---------- - * We use C++03 with some C++11 extensions (ask if you think that something would be useful) + * We use the subset of C++11 supported by MSVC 2013 (ask if you think that something would be useful) * Use the provided wrappers for OS stuff: - Threading is done by inheriting from `cIsThread`, thread synchronization through `cCriticalSection`, `cSemaphore` and `cEvent`, file access and filesystem operations through the `cFile` class, high-precision timers through `cTimer`, high-precision sleep through `cSleep` * No magic numbers, use named constants: |