$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2000-10-14 17:53:21
Beman Dawes wrote:
> regex/src/cregex.pp has been added to the regression test, and is working
> for all the Windows compilers tested. [Jens: this is a compile only test;
> you may have to add -c or whatever to the Linux compiles.]
I've adapted regrtest.py for Linux accordingly.
Comeau C++ found a bug in boost/pattern_except.hpp: The
destructors for bad_pattern and bad_expression need an
empty throw specification, because the virtual destructor
of the base class std::exception has one.
I've tentatively fixed boost/pattern_except.hpp and
libs/regex/cregex.cpp, please re-run the Windows regression tests.
Jens Maurer