From: Wolfgang Bangerth Date: Wed, 22 Oct 2003 23:51:34 +0000 (+0000) Subject: Detect and work around a bug in an old version of gcc. X-Git-Tag: v8.0.0~16072 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf79dab4a49bc0ddb69bb9128044950dd4b69a79;p=dealii.git Detect and work around a bug in an old version of gcc. git-svn-id: https://svn.dealii.org/trunk@8138 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/config.h.in b/deal.II/base/include/base/config.h.in index 253ee80ccb..89b7f9cf69 100644 --- a/deal.II/base/include/base/config.h.in +++ b/deal.II/base/include/base/config.h.in @@ -36,6 +36,10 @@ the details, look at aclocal.m4 in the top-level directory. */ #undef DEAL_II_ANON_NAMESPACE_BUG +/* Defined if the compiler has a problem with assigning arrays in conditionals + */ +#undef DEAL_II_ARRAY_CONDITIONAL_DECAY_BUG + /* Backward compatibility support for functions and classes that do not take an explicit mapping variable, but rather use a default Q1 mapping instead */