$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_maddock_at_[hidden])
Date: 2002-04-27 05:42:41
> The explicit template instantiation in boost/regex/detail/instances.hpp
> is giving the CodeWarrior compiler trouble. I'm not sure exactly why. I
> am getting "declaration syntax error" messages starting on line 104 of
> that file. Just not doing any explicit instantiation at all seems to
> work OK.
>
> What should we do about this?
I figured it this might trick up some compilers, you can disable it with
BOOST_REGEX_NO_EXTERNAL_TEMPLATES, I'll define that in the regex config for
CW.
Thanks again,
John Maddock