From e1acd31e287a1632d93a40bec342e727c31bd14f Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 25 Sep 2006 16:58:40 +0000 Subject: [PATCH] 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 --- src/frontends/gtk/GuiApplication.C | 8 ++++++++ 1 file changed, 8 insertions(+) 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" -- 2.39.2