$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alisdair Meredith (alisdair.meredith_at_[hidden])
Date: 2003-03-02 23:14:30
It appears the current borland compiler has several problems when
linking with the dyanmic version of the RTL, most noticably (in boost
regressions) wrt std::numeric limits. These problems go away when
linking statically to the RTL. Would it be viable to change the
regression builds to support this?
I have tried #define BOOST_NO_LIMITS in the borland config as a
workaround, but it seems the STL implementation itself will use <limits>
leading to duplicate definitions, causing more problems than it solves
(mainly fixes some issues for the interval library.)
Is there a better way to tackle this problem?
-- AlisdairM