
21 Aug
2004
21 Aug
'04
7:17 p.m.
"Daniel James" <daniel@calamity.org.uk> wrote in message news:41277537.4010707@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