From: Wolfgang Bangerth Date: Wed, 14 Mar 2001 14:14:56 +0000 (+0000) Subject: Work around problems with gcc3 X-Git-Tag: v8.0.0~19572 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adda22517522361018b050baa16d6cb09eb342be;p=dealii.git Work around problems with gcc3 git-svn-id: https://svn.dealii.org/trunk@4199 0785d39b-7218-0410-832d-ea1e28bc413d --- 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