$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-08-21 14:17:21
"Daniel James" <daniel_at_[hidden]> wrote in message
news:41277537.4010707_at_calamity.org.uk...
> Hi,
>
> The attached patch improves the type traits library on Digital Mars.
> Mostly it just selects the correct code to be used, the only new
code is
> a new version of boost::is_convertible.
Nice work. I tried briefly some time back to get is_convertible to
work on DMC, since I suspected it would be the source of a lot of
trouble, but I quickly gave up because I couldn't get the regression
tests to work because of preprocessor problems.
Jonathan