From a3910a8229aa228b46b3bdb8c8a8009b2585d7fb Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 22 Oct 2003 23:51:34 +0000 Subject: [PATCH] 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 --- deal.II/base/include/base/config.h.in | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.39.5