Permalink
Browse files

Update contributing.md with C++11

  • Loading branch information...
worktycho committed Apr 26, 2015
1 parent d16ded3 commit 27413bcec38a3b6f927594ce87aa683532be9e79
Showing with 1 addition and 1 deletion.
  1. +1 −1 CONTRIBUTING.md
View
@@ -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:

0 comments on commit 27413bc

Please sign in to comment.