$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmutkaiser_at_[hidden])
Date: 2003-02-07 09:38:53
John Maddock wrote:
> > But this doesn't solve the unresolved externals linker
> errors (sorry
> > :-)
>
> No you're right: a (hopefully!) fixed version is attached -
> you now need to define BOOST_REGEX_NO_EXTERNAL_TEMPLATES or
> it won't work correctly.
Thanks, adding the BOOST_REGEX_NO_EXTERNAL_TEMPLATES to the pp config
constants solves the linker errors.
Regards Hartmut