From: Wolfgang Bangerth Date: Tue, 15 Jun 2010 16:06:07 +0000 (+0000) Subject: gcc 3.4.6 complains that the (synthesized) destructor of a derived X-Git-Tag: v8.0.0~6050 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9338be0857688d5dd5642a67c8ee3595d25be57c;p=dealii.git gcc 3.4.6 complains that the (synthesized) destructor of a derived class has looser exception specifications than the one in the base class. Avoid this error by explicitly providing it with the tighter exception specification. git-svn-id: https://svn.dealii.org/trunk@21212 0785d39b-7218-0410-832d-ea1e28bc413d ---