$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (boost.regex_at_[hidden])
Date: 2003-09-06 05:23:36
> We are getting a compilation failure when building the regex library
> with the Forte 6 update 2 compiler. Boost is version 1.30.0 and we have
> down loaded and confirmed that this issue still exists with 1.30.2. The
> error only occurs when trying to do a debug build using the -g flag. The
> following is the error we are getting:
Try defining BOOST_REGEX_NO_EXTERNAL_TEMPLATES and see if that clears the
problem (this problem should go away in the next release if that does solve
the issue).
John.