From: Wolfgang Bangerth <bangerth@colostate.edu>
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 @@
     <h3>Supported platforms</h3>
 
     <p>
-        <acronym>deal.II</acronym> is mostly developed on Linux using the
-        <a href="http://gcc.gnu.org">GCC</a> compiler. However, it is not platform specific and we strive to keep the source code compliant with the <a href="https://www.iso.org/standard/50372.html">C++ 2011
-  Standard</a> (see also <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3337.pdf">here</a> for a copy of the C++11 standard).
+      <acronym>deal.II</acronym> is mostly developed on Linux using the
+      <a href="http://gcc.gnu.org">GCC</a> compiler. However, it is
+      not platform specific and we strive to keep the source code
+      compliant with
+      the <a href="https://en.cppreference.com/w/cpp/links">C++ 2014
+      Standard</a> (see
+      also <a href="https://github.com/cplusplus/draft/blob/master/papers/n4140.pdf?raw=true">here</a>
+      for PDFs of the various C++ standards).
     </p>
 
     <p>