From: Wolfgang Bangerth Date: Mon, 12 Jul 2010 21:45:47 +0000 (+0000) Subject: Use an alternative form of a command that gcc3.3.x trips over. X-Git-Tag: v8.0.0~5833 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=332f0c00c763dcf9d4127e26fdd35770e0931543;p=dealii.git Use an alternative form of a command that gcc3.3.x trips over. git-svn-id: https://svn.dealii.org/trunk@21476 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 35ad84cfa9..a3500f8357 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -39,9 +39,10 @@ inconvenience this causes.
  1. -

    Fixed: GCC version 3.3.x failed to compile the file - lac/include/lac/precondition_block.h. This problem has now been - worked around. +

    Fixed: GCC version 3.3.x failed to compile the files + lac/include/lac/precondition_block.h and + deal.II/source/multigrid/mg_dof_handler.cc. This problem has + now been worked around.
    (WB 2010/07/12)