[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: Error compiling cuteidl
From:       David Smith <dsmith () algonet ! se>
Date:       1999-09-27 3:34:29
[Download RAW message or body]

Here is another small patch for mini-stl in cuteidl in kdelibs.
Should I be sending things like this to the list?

/David

--- sti/CUTE.h.org      Sun Sep 26 23:03:11 1999
+++ sti/CUTE.h  Sun Sep 26 22:51:09 1999
@@ -83,11 +83,19 @@

 /***************************** STL headers **************************/
 // Needed internally, alas
+#ifdef HAVE_MINI_STL
+#include <ministl/vector> // ex : mico/sequence.h
+#include <ministl/string> // ex : mico/address.h
+#include <ministl/map> // ex : mico/codec.h
+#include <ministl/set> // ex : mico/value.h
+#include <ministl/list> // ex : mico/orb.h
+#else
 #include <vector> // ex : mico/sequence.h
 #include <string> // ex : mico/address.h
 #include <map> // ex : mico/codec.h
 #include <set> // ex : mico/value.h
 #include <list> // ex : mico/orb.h
+#endif

 /***************************** QT headers **************************/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic