Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2004-11-23 06:04:28


> Several similar warnings for each of...
>
> PRINT_ORDER(short);
> PRINT_ORDER(int);
> PRINT_ORDER(long);
>
>
> because the comparison in the "for" loop of print_byte_order() is
> comparing "i" of type T against the return of sizeof() which is
> unsigned...

Yep, I really should fix that,

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk