Commit 86c18af9 by Craig Rodrigues Committed by Benjamin Kosnik

hashtable.h: Same.


2001-03-12  Craig Rodrigues  <rodrigc@mediaone.net>

	* include/backward/hashtable.h: Same.
	* include/backward/rope.h: Fix include.

From-SVN: r40418
parent bc4f48d7
2001-03-12 Craig Rodrigues <rodrigc@mediaone.net>
* include/backward/hashtable.h: Same.
* include/backward/rope.h: Fix include.
2001-03-12 Benjamin Kosnik <bkoz@redhat.com> 2001-03-12 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/istream.tcc (basic_istream<_CharT, _Traits>& * include/bits/istream.tcc (basic_istream<_CharT, _Traits>&
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#ifndef _CPP_BACKWARD_HASHTABLE_H #ifndef _CPP_BACKWARD_HASHTABLE_H
#define _CPP_BACKWARD_HASHTABLE_H 1 #define _CPP_BACKWARD_HASHTABLE_H 1
#include <bits/stl_hashtable.h> #include <ext/stl_hashtable.h>
#include "algo.h" #include "algo.h"
#include "alloc.h" #include "alloc.h"
#include "vector.h" #include "vector.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#define _CPP_BACKWARD_ROPE_H 1 #define _CPP_BACKWARD_ROPE_H 1
#include "hashtable.h" #include "hashtable.h"
#include <bits/stl_rope.h> #include <ext/stl_rope.h>
using std::char_producer; using std::char_producer;
using std::sequence_buffer; using std::sequence_buffer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment