$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-04-21 09:05:02
Jeff Garland wrote:
> On Sun, Apr 20, 2008 at 9:32 AM, Peter Dimov <pdimov_at_[hidden]>
> wrote:
>
>> I see that much care went into Boost.Thread to make it header-only,
>> but autolinking to Boost.DateTime kind of defeats the purpose. :-)
>>
>
> 99% of date time can be used inline.
Right, but does it always try to auto-link or only if you use the features
that are in the separate library?
John.