]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GuiApplication.C
Disable concept checks in the same way as in other gtk files since they
[lyx.git] / 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"