]> https://gitweb.dealii.org/ - dealii-svn.git/commit
impose a negativ-list of names we do not want to
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Jun 1999 17:48:24 +0000 (17:48 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Jun 1999 17:48:24 +0000 (17:48 +0000)
commitced7d4a113b96945ab3c3c40184d8bc3d0b038b1
tree102504c415f2a5a422c1ed35d37f543b3ceda6b7
parentb0d508d00afd07c725e1b74a3bd3d8911090d4ff
 impose a negativ-list of names we do not want to
 have in this file. this is due to a compiler bug in
 egcs 1.1.2, which does not gracefully handle local
 template classes if their name is globally defined,
 for example

 template <int dim> struct Y;
 struct X {template <int dim> struct Y{}; };
 X::Y<1> y;

 does not work. So we filter out these classes at
 present. A better way would certainly be to only
 allow those classes into the forward-declarations.h
 file that are global, but that would mean parsing
 the include files instead of just searching for
 small bits...

git-svn-id: https://svn.dealii.org/trunk@1502 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/deal.II/Make_forward_declarations

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.