$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ronald Garcia (rgarcia4_at_[hidden])
Date: 2001-02-07 08:59:12
>>>>> "JM" == Jens Maurer <Jens.Maurer_at_[hidden]> writes:
    JM> John Maddock wrote:
    >> Can anyone with either MWCW or Sunpro compilers look into this,
    >> and see if there is a version in there that works for them?
    JM> libs/type_traits/is_convertible_test.cpp
    JM> runs fine on Sun WorkShop 6 update 1 (C++ 5.2), their latest
    JM> version:
    JM> ** Sun WorkShop 6 update 1 C++ 5.2 2000/09/11 CC -o
    JM> boosttmp.exe -I. ./libs/type_traits/is_convertible_test.cpp
    JM> ./boosttmp.exe 37 tests completed, 0 failures found, 0
    JM> failures expected from this compiler.  Pass
    JM> (also works fine on Compaq C++ and SGI MIPSpro, btw.)
    JM> Jens Maurer
Compiled is_convertible_test.cpp under CodeWarrior (MacOS9):
37 tests completed, 22 failures found, 0 failures expected from this compiler.
ron