$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: Robert Ramey (ramey_at_[hidden])
Date: 2010-12-05 15:55:58
Mathias Gaunard wrote:
> On 05/12/2010 17:11, Thomas Klimpel wrote:
>
>> This also solves the problem that a header only library like ublas
>> tries to autolink against serialization, just because somebody
>> provided serialization functionality for the header only library.
>
> 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.
Robert Ramey.