mirror of git://gcc.gnu.org/git/gcc.git
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>
|
2001-03-12 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* include/backward/vector.h: Include std_vector.h.
|
||||||
|
|
||||||
* include/bits/istream.tcc (basic_istream<_CharT, _Traits>&
|
* include/bits/istream.tcc (basic_istream<_CharT, _Traits>&
|
||||||
operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s)):
|
operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s)):
|
||||||
Fix typo.
|
Fix typo.
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include "algobase.h"
|
#include "algobase.h"
|
||||||
#include "alloc.h"
|
#include "alloc.h"
|
||||||
#include <bits/stl_vector.h>
|
#include <bits/std_vector.h>
|
||||||
|
|
||||||
using std::vector;
|
using std::vector;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue