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
This commit is contained in:
parent
bc4f48d775
commit
86c18af9bb
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* include/bits/istream.tcc (basic_istream<_CharT, _Traits>&
|
||||
|
@ -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"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define _CPP_BACKWARD_ROPE_H 1
|
||||
|
||||
#include "hashtable.h"
|
||||
#include <bits/stl_rope.h>
|
||||
#include <ext/stl_rope.h>
|
||||
|
||||
using std::char_producer;
|
||||
using std::sequence_buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user