From: Wolfgang Bangerth Date: Mon, 12 Jul 2010 20:28:12 +0000 (+0000) Subject: Use the modern form of using declarations, rather than the implicit X-Git-Tag: v8.0.0~5835 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa241e94c9c1c499a72bd14be027f05e08118d46;p=dealii.git Use the modern form of using declarations, rather than the implicit listing of names. This works around a problem with gcc 3.3.x. git-svn-id: https://svn.dealii.org/trunk@21473 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 6ab26178d7..35ad84cfa9 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -38,6 +38,14 @@ inconvenience this causes.

General

    +
  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. +
    + (WB 2010/07/12) +

    +
  2. Fixed: Some older 3.x versions of GCC crashed compiling the functions in namespace DoFRenumbering::boost. There is now a configuration time test