mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 07:58:56 +08:00
vector.h: Include std_vector.h.
2001-03-12 Benjamin Kosnik <bkoz@redhat.com> * include/backward/vector.h: Include std_vector.h. From-SVN: r40425
This commit is contained in:
parent
a36c54faba
commit
1877bd890d
@ -10,6 +10,8 @@
|
||||
|
||||
2001-03-12 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* include/backward/vector.h: Include std_vector.h.
|
||||
|
||||
* include/bits/istream.tcc (basic_istream<_CharT, _Traits>&
|
||||
operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s)):
|
||||
Fix typo.
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include "algobase.h"
|
||||
#include "alloc.h"
|
||||
#include <bits/stl_vector.h>
|
||||
#include <bits/std_vector.h>
|
||||
|
||||
using std::vector;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user