mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
disable concept checks in GSendto.C
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9287 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4c63bdbff0
commit
42833f9c13
@ -1,3 +1,7 @@
|
||||
2004-11-22 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* GSendto.C: Disable concept checks (see below)
|
||||
|
||||
2004-11-21 John Spray <spray_john@users.sourceforge.net>
|
||||
|
||||
* The Sendto Dialog:
|
||||
|
@ -10,6 +10,11 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
// Too hard to make concept checks work with this file
|
||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||
#endif
|
||||
|
||||
#include "GSendto.h"
|
||||
#include "ControlSendto.h"
|
||||
#include "ghelpers.h"
|
||||
|
Loading…
Reference in New Issue
Block a user