$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: scleary_at_[hidden]
Date: 2000-01-03 14:14:10
> The result of short() is not an unspecified value. It's the same as
> short(0). The short is default initialized which in the case
> of an integral type is the same as zero initializing it.
>
I stand corrected.
-Steve