$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Paul Gregor (gregod_at_[hidden])
Date: 2003-12-26 18:26:41
On Fri, 26 Dec 2003, Beman Dawes wrote:
> * errors_handling_test failing all Linux and Win32 GCC tests.
I think the pattern file (errors_handling_test.cpp) is Win32-specific.
When I run it on my linux box, the only differences I see are because on
Linux we get signals instead of exceptions for, e.g., divide-by-zero and
memory access violations.
Doug