> Apparently there is an issue using "dynamic_cast" to downcast pointers > to a templated base class. A workaround for this (which seems to work, > at least for all of the tutorial problems) is to replace the offending > dynamic_cast's with static_cast's.
Do you have any concrete instance of such code in mind? I would imagine we use static_cast in these cases. I'm also not aware of this problem -- do you have a link? Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
