This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch for rope.h and hashtable.h


Hi,

Can someone apply these patches to rope.h and hashtable.h?

Thanks.
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          
--- hashtable.h.orig	Sun Mar 11 15:11:58 2001
+++ hashtable.h	Sun Mar 11 15:12:08 2001
@@ -31,7 +31,7 @@
 #ifndef _CPP_BACKWARD_HASHTABLE_H
 #define _CPP_BACKWARD_HASHTABLE_H 1
 
-#include <bits/stl_hashtable.h>
+#include <ext/stl_hashtable.h>
 #include "algo.h"
 #include "alloc.h"
 #include "vector.h"
--- rope.h.orig	Sun Mar 11 15:11:30 2001
+++ rope.h	Sun Mar 11 15:11:39 2001
@@ -15,7 +15,7 @@
 #define _CPP_BACKWARD_ROPE_H 1
 
 #include "hashtable.h"   
-#include <bits/stl_rope.h>
+#include <ext/stl_rope.h>
 
 #ifdef __STL_USE_NAMESPACES
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]