$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] bcp (and config.hpp, user.hpp, shared_ptr.hpp) problem
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-03-16 14:55:50
> What is the source of the problem, and what can I do to fix it? I am not
> familiar with config.hpp or what it's used for, but a quick look at the
> documentation makes me think that I shouldn't have to worry about it as a
> library user. Should I manually being #defining BOOST_NO_USER_CONFIG?
> That seems like a hack.
No for some reason it seems like not all of boost/config was copied over,
just manually copy the contents of boost/config into your new tree and that
should hopefully fix things, will investigate this further though...
HTH, John.