$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alisdair Meredith (alisdair.meredith_at_[hidden])
Date: 2005-06-28 03:53:38
Fernando Cacciola wrote:
> But it isn't.
> 5.6.4 shipped with a different std library (w.r.t 5.5.1) and there
> lies the problem (numeric_limits<> not having compile time constants)
Hmmm. My problem was nothing to do with compile time constants, but
that the compiler does not support default template parameters for
nested templates. I believe that is a problem with 5.5.1 as well.
Maybe I'm looking at the wrong examples / test cases?
AlisdairM