This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Patch for rope.h and hashtable.h
- To: libstdc++ at gcc dot gnu dot org
- Subject: Patch for rope.h and hashtable.h
- From: Craig Rodrigues <rodrigc at mediaone dot net>
- Date: Sun, 11 Mar 2001 15:20:55 -0500
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