stl_vector.h (vector<>): Don't use a name with different meanings before and after...
authorGabriel Dos Reis <gdr@soliton.integrable-solutions.net>
Tue, 10 Sep 2002 23:19:10 +0000 (23:19 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 10 Sep 2002 23:19:10 +0000 (23:19 +0000)
commitbe26865df1939eaa0d9eed79ad9e2f713d405baf
tree57cbea57fbc594fdbb20fe3397945cc3b4276f93
parent42ac7b6d2ff3aeb16b4bf0c21a5894243595a37a
stl_vector.h (vector<>): Don't use a name with different meanings before and after re-evaluation in the...

2002-09-10  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>

* include/bits/stl_vector.h (vector<>): Don't use a name with
different meanings before and after re-evaluation in the completed
scope.
* include/bits/basic_string.h (basic_string<>): Likewise.
* include/bits/stl_bvector.h (vector<bool>): Likewise.
* include/bits/stl_deque.h (std): Likewise.
* include/bits/stl_list.h (list<>): Likewise.
* include/bits/stl_tree.h (_Rb_tree<>): Likewise.

From-SVN: r57014
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_string.h
libstdc++-v3/include/bits/stl_bvector.h
libstdc++-v3/include/bits/stl_deque.h
libstdc++-v3/include/bits/stl_list.h
libstdc++-v3/include/bits/stl_tree.h
libstdc++-v3/include/bits/stl_vector.h