
21 Sep
2006
21 Sep
'06
5:43 p.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Geoffrey Irving {assert(i<3);return (&x)[i];}
Hi, when checking for an unsigned index/counter less than 3, it is customary to use the following comparison: assert(i<3u); Thanks