mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
re PR libstdc++/14647 (bit_vectors are broken (regression))
2004-03-19 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> PR libstdc++/14647 * include/backward/bvector.h (bit_vector): Allocator is in std namespace. From-SVN: r79685
This commit is contained in:
parent
7548281d73
commit
ab7ac2227a
@ -1,3 +1,9 @@
|
||||
2004-03-19 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
|
||||
|
||||
PR libstdc++/14647
|
||||
* include/backward/bvector.h (bit_vector): Allocator is in std
|
||||
namespace.
|
||||
|
||||
2004-03-19 Phil Edwards <phil@codesourcery.com>
|
||||
|
||||
* acinclude.m4 (GLIBCXX_CHECK_WCHAR_T_SUPPORT): Set LIBICONV,
|
||||
|
@ -59,7 +59,7 @@
|
||||
#include "backward_warning.h"
|
||||
#include <vector>
|
||||
|
||||
typedef std::vector<bool, allocator<bool> > bit_vector;
|
||||
typedef std::vector<bool, std::allocator<bool> > bit_vector;
|
||||
|
||||
#endif /* _BACKWARD_BVECTOR_H */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user