|
Boost : |
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2003-10-30 20:55:44
Dave,
Please read the two threads and see if you agree with my summary.
best regards
Thorsten
-- Thorsten Ottosen ---------------------------- Dezide Aps www.dezide.com "Dave Gomboc" <dave_at_[hidden]> wrote in message news:003d01c39f0e$05cceb20$fb01a8c0_at_cyborg... > > > Use unsigned numeric types whenever negative values aren't > > permitted > > > or don't make sense. > > > > ... at your own risk. > > In my experience, using both int and unsigned int nips a > certain amount of bugs in the bud, and hasn't introduced new > ones. Of course, YMMV. Another poster mentioned that some > compilers don't emit warnings for signed/unsigned comparison > mismatches and the like, but IMO this is either a QoI issue > or the user hasn't turned them on. > > Dave > > > _______________________________________________ > Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost >
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk