$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] How to use boost::regex source code without using any*.lib file
From: John Maddock (john_at_[hidden])
Date: 2009-03-02 04:18:13
> Thus is it now possible to use only header files of regex library
> without any linking?
No: that was my point, you need to either link to the library or include the
source files in your project.
John.