From e173b336803351897e709f89c8f1dc78d7c3cea0 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 14 Mar 2001 14:14:56 +0000 Subject: [PATCH] Work around problems with gcc3 git-svn-id: https://svn.dealii.org/trunk@4199 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/3.1.0-vs-3.1.1.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html b/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html index ddc1e09d6c..a9d6c5dc8e 100644 --- a/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html +++ b/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html @@ -14,6 +14,27 @@

Changes between versions 3.1 and 3.1.1

    +
  1. + We now unconditionally include + deal.II/include/grid/tria_accessor.templates.h + (which containts some inline functions for triangulation + accessor classes) into + deal.II/include/grid/tria_accessor.h to work + around a problem with gcc3.0 which does not place a copy of + these functions into the library. Previously we only included + the file in optimized mode. +
    + (RH 2001/03/04) +

    + +
  2. + The class GridReordering::Cell has + now a copy constructor to work around a bug in a gcc3.0 + snapshot. +
    + (RH, WB 2001/03/14) +

    +
  3. Fixed: a missing const prevented the PreconditionSelector class to be -- 2.39.5