$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (boost.regex_at_[hidden])
Date: 2003-10-07 06:58:13
> I don't have CVS access anymore, but looking at the test results a recent
> change to is_enum has broken BCB6.
>
> I believe there is a workaround for BCB5 already in place, but fixes in
the
> BCB6 compiler allowed it compile the previous is_enum implementation.
> Could someone with CVS access check, and see if including all current
> borland compilers under that existing patch fixes it?
Yep, fixes are now in place: basically the is_class_or_union technique can't
be applied to that compiler.
John.