$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (beman_at_[hidden])
Date: 2000-06-21 13:14:32
At 05:25 PM 6/21/2000 +0000, Jorg Schaible wrote:
>Shoudn't this be either <limits.h> or <climits> ??
No, I was looking for the C++ standard library header <limits> (see 18.2.1
[lib.limits]). Needed for the numeric_limits<> template.
--Beman