$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] How to correct when Auto-link gets it wrong in VS
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-12-06 01:51:57
AMDG
On 12/5/2010 12:55 PM, Robert Ramey wrote:
> Mathias Gaunard wrote:
>> Auto-linking against a particular depencendy should only be done if
>> you include the header that triggers that dependency.
> Actually, I believe that you only trigger the dependency if you
> actually invoke some function in the library. At least that's the
> way it should be.
This isn't possible, since auto-linking is done
with a #pragma. I don't know of a way to make it
dependent on actually calling a library function.
In Christ,
Steven Watanabe