"John Maddock" <[EMAIL PROTECTED]> wrote in message 00e801c2c535$8ce128a0$c37487d9@1016031671">news:00e801c2c535$8ce128a0$c37487d9@1016031671... > > Considering what we've seen in the recent thread > > "BOOST_STATIC_CONSTANT and VC++ enums", I thought to add a warning for > > VC++ users in the config docs. Also, there's a note saying > > > > > > "Note that in the above example value will have different > > lvalueness, depending on whether the compiler supports the > > static const or not." > > > > The patch (if there are no objections) is to be applied to rev. 1.23 > > > > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/libs/config/confi > g.htm > > No go ahead, BTW other compilers (Borland and Sun off the top of my head), > always make enum's int sized as well.
For Borland, the default is to make enum's int sized but this can be changed with the -b- option in which enums are made as small as possible depending on the range. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost