This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] stl enums


On Wed, Mar 06, 2002 at 10:52:08PM -0800, Benjamin Kosnik wrote:
> !   enum { _M_word_bit = int(CHAR_BIT * sizeof(unsigned long)) };

Actually I lied to Gaby: this whole file operates on unsigned int.
It would be _nice_ if it worked on unsigned long, but that's not
worth breaking binary compatibility over.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]