From e1ba9d077b6b760a7e5d734ebd33ecf63dc042c4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 18 Jul 2010 18:44:30 +0000 Subject: [PATCH] Document one of the problems and the fix in step-33. git-svn-id: https://svn.dealii.org/trunk@21521 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 98c4ba1618..393d1232a5 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -38,6 +38,18 @@ inconvenience this causes.

General

    +
  1. +

    Fixed: The step-33 tutorial program can not be built with GCC versions + 4.5.x. There are in fact two problems, on that pertains to uses of + std::make_pair that don't work any more with the upcoming + C++ 1x standard that GCC 4.5.x already follows, and some in which the + Trilinos package Sacado is incompatible with GCC 4.5.x, at least up to + Trilinos version 10.4.0. While the latter problem can only be fixed in + future Trilinos versions, at least the former problem is solved in step-33. +
    + (WB 2010/07/18) +

    +
  2. Fixed: GCC version 3.4.0 failed to compile the file deal.II/source/numerics/matrices.cc with @@ -155,7 +167,7 @@ inconvenience this causes.
    (GK 2010/07/19)

    - +
  3. Fixed: The FEValues::get_cell() function was unusable from user code -- 2.39.5