From: Wolfgang Bangerth Date: Thu, 9 Jul 2020 23:33:35 +0000 (-0600) Subject: Update the readme for C++14. X-Git-Tag: v9.3.0-rc1~1309^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10683%2Fhead;p=dealii.git Update the readme for C++14. --- diff --git a/doc/readme.html b/doc/readme.html index e117e5df2f..3a73cd3537 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -53,9 +53,14 @@

Supported platforms

- deal.II is mostly developed on Linux using the - GCC compiler. However, it is not platform specific and we strive to keep the source code compliant with the C++ 2011 - Standard (see also here for a copy of the C++11 standard). + deal.II is mostly developed on Linux using the + GCC compiler. However, it is + not platform specific and we strive to keep the source code + compliant with + the C++ 2014 + Standard (see + also here + for PDFs of the various C++ standards).