$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-11-14 08:25:03
From: "Kevin S. Van Horn" <Kevin.VanHorn_at_[hidden]>
> - Line numbers are unsigned, and not unsigned long, because the C++
Standard
> guarantees that unsigned values are at least 32 bits, which should
provide
> sufficient line numbers for any source file.
Does it? Where?