$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: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-12-05 11:50:25
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.