$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Trengove (trengove_at_[hidden])
Date: 2003-08-24 23:31:07
At the moment, Boost.Regex has an incompatibility with the VCL headers when
compiling with Borland C++ 5.5. Simply having
#include <vcl.h>
#include <boost\regex.hpp>
generates a large number of errors of the type.
[C++ Error] cregex.hpp(91): E2015 Ambiguity between '_fastcall operator
|(int,const Variant &)' and '|'
I'm afraid that I have yet to track down the precise cause of the errors, or
a solution.
Chris Trengove