Require 2015 version for MSVC
[alexxy/gromacs.git] / docs / dev-manual / language-features.rst
index ceb0e3477474afee24091103c45f37819dbc736c..d4d3a9edd8b216fb0e464a3c72eef47b7c1255c7 100644 (file)
@@ -11,7 +11,7 @@ these standards fully.
 * MSVC supports only a subset of C99 and work-arounds are required in those cases.
 * Before 7.0 (partial support in 6.5) CUDA didn't support C++11. Therefore any
   header file which is needed (or likly will be nedded) by CUDA should not use C++11.
-* C++11 features which are not widely implemented (including in MSVC 2013 and GCC 4.6)
+* C++11 features which are not widely implemented (including in MSVC 2015 and GCC 4.6)
   should not be used.
 
 .. TODO: Copy important points from http://www.gromacs.org/index.php?title=Developer_Zone/Programming_Guide/Allowed_C%2B%2B_Features