From: Matthias Maier Date: Fri, 22 May 2020 04:00:57 +0000 (-0500) Subject: add a changelog entry X-Git-Tag: v9.3.0-rc1~1575^2~10 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e6589d9e9ccf110afd2447369741af6ad82e485;p=dealii.git add a changelog entry --- diff --git a/doc/news/changes/incompatibilities/20200512Maier b/doc/news/changes/incompatibilities/20200512Maier deleted file mode 100644 index 6fafcef16a..0000000000 --- a/doc/news/changes/incompatibilities/20200512Maier +++ /dev/null @@ -1,3 +0,0 @@ -List rotated: The list of incompatibilities is now empty. -
-(Matthias Maier, 2020/05/12) diff --git a/doc/news/changes/incompatibilities/20200521Maier b/doc/news/changes/incompatibilities/20200521Maier new file mode 100644 index 0000000000..fe1f53fde8 --- /dev/null +++ b/doc/news/changes/incompatibilities/20200521Maier @@ -0,0 +1,3 @@ +Updated: deal.II now requires a compiler with enabled C++14 support. +
+(Matthias Maier, 2020/05/21) diff --git a/doc/news/changes/incompatibilities/20200521Maier-2 b/doc/news/changes/incompatibilities/20200521Maier-2 new file mode 100644 index 0000000000..e18f51956f --- /dev/null +++ b/doc/news/changes/incompatibilities/20200521Maier-2 @@ -0,0 +1,9 @@ +Removed: The DEAL_II_WITH_CXX14 and +DEAL_II_WITH_CXX17 configuration options have been removed. +The library will now be compiled with the defaultr C++ standard enabled by +the compiler. This is (as of May 2020) C++14 for all compilers. If you want +to override that behavior, please set the C++ standard directly for example +by configuring with -DDEAL_II_CXX_FLAGS="-std=c++17", or by +setting the environement variable CXXFLAGS="-std=c++17". +
+(Matthias Maier, 2020/05/21)