]> git.lyx.org Git - lyx.git/commitdiff
Disable concept checks in the same way as in other gtk files since they
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 25 Sep 2006 16:58:40 +0000 (16:58 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 25 Sep 2006 16:58:40 +0000 (16:58 +0000)
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

index 6ef58f073a450bb02afa44d75dc85cad59519f9c..9b3db098510b875b3b9a63446ee3c76b0707ba77 100644 (file)
 
 #include <config.h>
 
+// 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"