]> https://gitweb.dealii.org/ - dealii.git/commit
impose a negativ-list of names we do not want to
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 29 Jun 1999 17:48:24 +0000 (17:48 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 29 Jun 1999 17:48:24 +0000 (17:48 +0000)
commit8fa2d87351d2c4f1f64068db5e878d80fa839263
tree6a75f396144431fe93cd5040f01ac09d1df2a5aa
parent58fdf182090e5c6191d60926c034d8fdca10e83c
 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.