[Bug c++/18188] bit_vector in backward/bvector.h should be in std namespace

2004-10-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 22:10 --- But it should not be in the std namespace because the C++ standard does not define it in the std namespace. *** This bug has been marked as a duplicate of 14248 *** -- What|Removed

[Bug c++/18188] bit_vector in backward/bvector.h should be in std namespace

2004-10-27 Thread miles at lubin dot us
--- Additional Comments From miles at lubin dot us 2004-10-27 22:06 --- I am trying to port an old application to gcc 3.4, and it assumes that bit_vector is in std. It's supposed to be backwords compatible, but its not, hence the bug report. -- What|Removed

[Bug c++/18188] bit_vector in backward/bvector.h should be in std namespace

2004-10-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-27 21:45 --- No bit_vector is not defined there at all, it the header is for backwards compatibility only and really should not be used. Use vector instead. -- What|Removed |Added