mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
disable concept checks in gtk frontend for gcc 3.4 and above
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9542 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ba8e16e6c4
commit
5f21ba1f56
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
2005-01-29 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||||
|
|
||||||
|
* *.C: make ugly concept check hack work with gcc 3.4 and above
|
||||||
|
(fixes bug 1745)
|
||||||
|
* GMenubar.C (onSubMenuActivate): use Glib::ustring::npos instead of
|
||||||
|
-1
|
||||||
|
* GTexinfo.C (onItemActivate): squash compiler warning
|
||||||
|
|
||||||
2005-01-27 Lars Gullik Bjonnes <larsbj@gullik.net>
|
2005-01-27 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||||
|
|
||||||
* Several files: use convert<> instead of atoi,strToXXX and friends
|
* Several files: use convert<> instead of atoi,strToXXX and friends
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -8,6 +8,11 @@
|
|||||||
* Full author contact details are available in file CREDITS.
|
* Full author contact details are available in file CREDITS.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "GChanges.h"
|
#include "GChanges.h"
|
||||||
#include "ControlChanges.h"
|
#include "ControlChanges.h"
|
||||||
|
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -8,6 +8,11 @@
|
|||||||
* Full author contact details are available in file CREDITS.
|
* Full author contact details are available in file CREDITS.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "GLog.h"
|
#include "GLog.h"
|
||||||
#include "ControlLog.h"
|
#include "ControlLog.h"
|
||||||
|
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
@ -192,7 +195,7 @@ void GMenubar::onSubMenuActivate(MenuItem const * item,
|
|||||||
} else {
|
} else {
|
||||||
Glib::ustring xpmName =
|
Glib::ustring xpmName =
|
||||||
Glib::locale_to_utf8(toolbarbackend.getIcon(i->func()));
|
Glib::locale_to_utf8(toolbarbackend.getIcon(i->func()));
|
||||||
if (xpmName.find("unknown.xpm") == -1) {
|
if (xpmName.find("unknown.xpm") == Glib::ustring::npos) {
|
||||||
// Load icon and shrink it for menu size
|
// Load icon and shrink it for menu size
|
||||||
Glib::RefPtr<Gdk::Pixbuf> bigicon =
|
Glib::RefPtr<Gdk::Pixbuf> bigicon =
|
||||||
Gdk::Pixbuf::create_from_file(xpmName);
|
Gdk::Pixbuf::create_from_file(xpmName);
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -8,6 +8,11 @@
|
|||||||
* Full author contact details are available in file CREDITS.
|
* Full author contact details are available in file CREDITS.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "GShowFile.h"
|
#include "GShowFile.h"
|
||||||
#include "ControlShowFile.h"
|
#include "ControlShowFile.h"
|
||||||
|
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -8,6 +8,11 @@
|
|||||||
* Full author contact details are available in file CREDITS.
|
* Full author contact details are available in file CREDITS.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "GTexinfo.h"
|
#include "GTexinfo.h"
|
||||||
|
|
||||||
#include "ghelpers.h"
|
#include "ghelpers.h"
|
||||||
@ -90,7 +95,7 @@ void GTexinfo::doBuild() {
|
|||||||
|
|
||||||
void GTexinfo::onItemActivate(
|
void GTexinfo::onItemActivate(
|
||||||
Gtk::TreeModel::Path const & path,
|
Gtk::TreeModel::Path const & path,
|
||||||
Gtk::TreeViewColumn * col)
|
Gtk::TreeViewColumn * /* col */)
|
||||||
{
|
{
|
||||||
int const choice =
|
int const choice =
|
||||||
(*itemsstore_->get_iter(path))[listColIndex_];
|
(*itemsstore_->get_iter(path))[listColIndex_];
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -13,6 +13,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -13,6 +13,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
// Too hard to make concept checks work with this file
|
// Too hard to make concept checks work with this file
|
||||||
|
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||||
|
#endif
|
||||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user