$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.