seems there is a conflict with our operator new and certain versions of the Std C++ lib. Till this is resolved: here's a workaround (disabling the code which is not used anyway right now)

svn-id: r4517
This commit is contained in:
Max Horn 2002-07-11 23:09:07 +00:00
parent 5f00eb69b9
commit 0128dd0aa6

View File

@ -24,9 +24,10 @@
#include "widget.h"
// FIXME - use own list class later, this is for rapid development
#include <string>
#include <vector>
typedef std::vector<std::string> StringList;
//#include <string>
//#include <vector>
//typedef std::vector<std::string> StringList;
typedef int StringList; // FIXME placeholder
enum {