From 89de014187bf2b2cfa3e0cec69c9bc3f107cff5e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 9 Jul 2020 17:33:35 -0600 Subject: [PATCH] Update the readme for C++14. --- doc/readme.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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).

-- 2.39.5