From 6e6589d9e9ccf110afd2447369741af6ad82e485 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 21 May 2020 23:00:57 -0500 Subject: [PATCH] add a changelog entry --- doc/news/changes/incompatibilities/20200512Maier | 3 --- doc/news/changes/incompatibilities/20200521Maier | 3 +++ doc/news/changes/incompatibilities/20200521Maier-2 | 9 +++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 doc/news/changes/incompatibilities/20200512Maier create mode 100644 doc/news/changes/incompatibilities/20200521Maier create mode 100644 doc/news/changes/incompatibilities/20200521Maier-2 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) -- 2.39.5