$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-02-03 19:42:55
There are fresh Win32 regression tests available at 
http://boost.sourceforge.net/regression-logs/win32.zip
Also the diff version 
http://boost.sourceforge.net/regression-logs/cs-win32-diff.html which 
highlights the differences from the 1.26.0 results.
The only thing that jumped out at me was the failure of the smart pointer 
test for Metrowerks.  The fix is easy; file boost/detail/atomic_count.hpp 
line 94: #include "atomic_count_win32.hpp" resulted in "file 
'atomic_count_win32.hpp' cannot be opened."  There are a couple of similar 
usages on the lines that follow.  Peter?
--Beman