$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennaro Prota (gennaro_prota_at_[hidden])
Date: 2002-09-23 12:48:24
Hi everybody,
that's the usual trivial question I ask every now and then. The docs
for the BOOST_NO_LIMITS macro state (emphasis mine):
    **Never check for this symbol in library code**; always
    include <boost/limits.hpp>, which guarantees to provide
    std::numeric_limits.
Why?
Genny.