Bug in STL implementation

Martin Ohmacht ohmacht@mst.uni-hannover.de
Fri Sep 29 02:22:00 GMT 2000


The STL implementation contains a small bug. In the single word
spezialization of bitset, a reference to the number of words variable _Nw
is used, but that variable is not defined in that context. As is is always
1 in this context, simply remove it.

Martin

Martin Ohmacht                     Mikroelektronische Schaltungstechnik
mailto:ohmacht@mst.uni-hannover.de                 Universität Hannover
http://www.mst.uni-hannover.de/~ohmacht                         Germany


More information about the Gcc-bugs mailing list