From: Georg Baum Date: Mon, 25 Sep 2006 16:58:40 +0000 (+0000) Subject: Disable concept checks in the same way as in other gtk files since they X-Git-Tag: 1.6.10~12512 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e1acd31e287a1632d93a40bec342e727c31bd14f;p=lyx.git Disable concept checks in the same way as in other gtk files since they don't work with libsigc++ 2.0.6. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15146 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/gtk/GuiApplication.C b/src/frontends/gtk/GuiApplication.C index 6ef58f073a..9b3db09851 100644 --- a/src/frontends/gtk/GuiApplication.C +++ b/src/frontends/gtk/GuiApplication.C @@ -12,6 +12,14 @@ #include +// Too hard to make concept checks work with this file +#ifdef _GLIBCXX_CONCEPT_CHECKS +#undef _GLIBCXX_CONCEPT_CHECKS +#endif +#ifdef _GLIBCPP_CONCEPT_CHECKS +#undef _GLIBCPP_CONCEPT_CHECKS +#endif + #include "GuiApplication.h" #include "GView.h"