$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-10-18 04:34:24
>> I have searched the boost-users mailing-list for quite some time,
>> but found no answer to my question:
>> Is there a possibility to separate a library from the rest of boost?
>> I only want to use the regexp library of boost and i have to include
>> all related header-files plus libs into our company-cvs. Till now i
>> wasn't able to find out, which *.hpp files are needed by boost and
>> which ones aren't.
This is exactly what the bcp tool was created for:
http://www.boost.org/tools/bcp/bcp.html
John.