From: Wolfgang Bangerth Date: Tue, 3 Dec 2019 01:36:56 +0000 (-0700) Subject: Add a changelog entry. X-Git-Tag: v9.2.0-rc1~824^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9132%2Fhead;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/incompatibilities/20191202Bangerth b/doc/news/changes/incompatibilities/20191202Bangerth new file mode 100644 index 0000000000..27690c5399 --- /dev/null +++ b/doc/news/changes/incompatibilities/20191202Bangerth @@ -0,0 +1,9 @@ +Removed: The include files in `include/deal.II/base/std_cxx1x`, +deprecated since 2014, have been removed. They had introduced a +namespace `std_cxx1x` at a time when deal.II did not yet require +C++11-compatible compilers, and this namespace was later also made +available via the name `std_cxx11` once C++11 was actually +published. In any case, none of this is necessary any more since we +now have C++11 compilers. +
+(Wolfgang Bangerth, 2019/12/02)