$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-02-06 16:57:46
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?
libs/type_traits/is_convertible_test.cpp
runs fine on Sun WorkShop 6 update 1 (C++ 5.2), their latest version:
** Sun WorkShop 6 update 1 C++ 5.2 2000/09/11
CC -o boosttmp.exe -I. ./libs/type_traits/is_convertible_test.cpp
./boosttmp.exe
37 tests completed, 0 failures found, 0 failures expected from this compiler.
Pass
(also works fine on Compaq C++ and SGI MIPSpro, btw.)
Jens Maurer